#DBAB6D

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

Shades of Equator #DBAB6D

Tints of Equator #DBAB6D

Color information

#DBAB6D (or 0xDBAB6D) is unknown color: approx Equator. HEX triplet: DB, AB and 6D. RGB value is (219,171,109). Sum of RGB (Red+Green+Blue) = 219+171+109=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 109 (42.97% from 255 or 21.84% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAB6D is #245492. Grayscale: #B2B2B2. Windows color (decimal): -2380947 or 7187419. OLE color: 7187419.

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

Color convert

RGB219171109-
CMYK00.220.500.14
HSL33.82º60.44%64.31%-
HSV(B)33.82º50.23%85.88%-
XYZ46.5445.2920.76-
YUV178.2888.9157.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.89%
GREEN value IS 171 (67.19% from 255) = 34.27%
BLUE value IS 109 (42.97% from 255) = 21.84%
R=43.89%
G=34.27%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917110900.220.500.1433.8260.4464.31
HexDBAB6D01632E223c40
Octal33325315502662164274100
Binary1101101110101011110110101011011001011101000101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAB6D; }

 p { color: rgb(219,171,109); }

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

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

 a { background-color: rgb(219,171,109); }

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

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

 span { border-color: rgb(219,171,109); }

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