#DB692C

Color #DB692C Gold Drop (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold Drop #DB692C

Tints of Gold Drop #DB692C

Color information

#DB692C (or 0xDB692C) is unknown color: approx Gold Drop. HEX triplet: DB, 69 and 2C. RGB value is (219,105,44). Sum of RGB (Red+Green+Blue) = 219+105+44=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB692C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB692C is #2496D3. Grayscale: #848484. Windows color (decimal): -2397908 or 2910683. OLE color: 2910683.

HSL color Cylindrical-coordinate representation of color #DB692C: hue angle of 20.91º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB692C is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB21910544-
CMYK00.520.800.14
HSL20.91º70.85%51.57%-
HSV(B)20.91º79.91%85.88%-
XYZ34.7225.355.45-
YUV132.1378.27189.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 59.51%
GREEN value IS 105 (41.41% from 255) = 28.53%
BLUE value IS 44 (17.58% from 255) = 11.96%
R=59.51%
G=28.53%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.80
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191054400.520.800.1420.9170.8551.57
HexDB692C03450E154734
Octal33315154064120162510764
Binary110110111101001101100011010010100001110101011000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB692C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB692C; }

 p { color: rgb(219,105,44); }

 H1.HeaderClassName
 {
   color: #DB692C;
 }
 .AnyTagClassName
 {
   color: #DB692C;
 }
</style>
background-color css

<style>
 a { background-color: #DB692C; }

 a { background-color: rgb(219,105,44); }

 div.DivClassName
 {
   background-color: #DB692C;
 }
 .BgClassName
 {
   background-color: #DB692C;
 }
</style>
border-color css

<style>
 span { border-color: #DB692C; }

 span { border-color: rgb(219,105,44); }

 td.TdClassName
 {
   border-color: #DB692C;
 }
 .TagClassName
 {
   border-color: #DB692C;
 }
</style>