#DBAF67

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

Shades of Equator #DBAF67

Tints of Equator #DBAF67

Color information

#DBAF67 (or 0xDBAF67) is unknown color: approx Equator. HEX triplet: DB, AF and 67. RGB value is (219,175,103). Sum of RGB (Red+Green+Blue) = 219+175+103=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 103 (40.62% from 255 or 20.72% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAF67 is #245098. Grayscale: #B4B4B4. Windows color (decimal): -2379929 or 6795227. OLE color: 6795227.

HSL color Cylindrical-coordinate representation of color #DBAF67: hue angle of 37.24º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBAF67 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB219175103-
CMYK00.200.530.14
HSL37.24º61.7%63.14%-
HSV(B)37.24º52.97%85.88%-
XYZ46.9946.719.37-
YUV179.9584.58155.85-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.06%
GREEN value IS 175 (68.75% from 255) = 35.21%
BLUE value IS 103 (40.62% from 255) = 20.72%
R=44.06%
G=35.21%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917510300.200.530.1437.2461.763.14
HexDBAF6701435E253e3f
Octal3332571470246516457677
Binary110110111010111111001110101001101011110100101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAF67; }

 p { color: rgb(219,175,103); }

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

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

 a { background-color: rgb(219,175,103); }

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

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

 span { border-color: rgb(219,175,103); }

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