#DBB16E

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

Shades of Equator #DBB16E

Tints of Equator #DBB16E

Color information

#DBB16E (or 0xDBB16E) is unknown color: approx Equator. HEX triplet: DB, B1 and 6E. RGB value is (219,177,110). Sum of RGB (Red+Green+Blue) = 219+177+110=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 110 (43.36% from 255 or 21.74% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB16E is #244E91. Grayscale: #B6B6B6. Windows color (decimal): -2379410 or 7254491. OLE color: 7254491.

HSL color Cylindrical-coordinate representation of color #DBB16E: hue angle of 36.88º 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 #DBB16E is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB219177110-
CMYK00.190.500.14
HSL36.88º60.22%64.51%-
HSV(B)36.88º49.77%85.88%-
XYZ47.7547.6321.43-
YUV181.9287.41154.45-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.28%
GREEN value IS 177 (69.53% from 255) = 34.98%
BLUE value IS 110 (43.36% from 255) = 21.74%
R=43.28%
G=34.98%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917711000.190.500.1436.8860.2264.51
HexDBB16E01332E253c41
Octal33326115602362164574101
Binary1101101110110001110111001001111001011101001011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB16E; }

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

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

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

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

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

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

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

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