#DBB06E

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

Shades of Equator #DBB06E

Tints of Equator #DBB06E

Color information

#DBB06E (or 0xDBB06E) is unknown color: approx Equator. HEX triplet: DB, B0 and 6E. RGB value is (219,176,110). Sum of RGB (Red+Green+Blue) = 219+176+110=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 110 (43.36% from 255 or 21.78% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB06E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB06E is #244F91. Grayscale: #B5B5B5. Windows color (decimal): -2379666 or 7254235. OLE color: 7254235.

HSL color Cylindrical-coordinate representation of color #DBB06E: hue angle of 36.33º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBB06E is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB219176110-
CMYK00.200.500.14
HSL36.33º60.22%64.51%-
HSV(B)36.33º49.77%85.88%-
XYZ47.5547.2421.36-
YUV181.3387.75154.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.37%
GREEN value IS 176 (69.14% from 255) = 34.85%
BLUE value IS 110 (43.36% from 255) = 21.78%
R=43.37%
G=34.85%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917611000.200.500.1436.3360.2264.51
HexDBB06E01432E243c41
Octal33326015602462164474101
Binary1101101110110000110111001010011001011101001001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB06E; }

 p { color: rgb(219,176,110); }

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

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

 a { background-color: rgb(219,176,110); }

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

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

 span { border-color: rgb(219,176,110); }

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