#DBAF61

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

Shades of Equator #DBAF61

Tints of Equator #DBAF61

Color information

#DBAF61 (or 0xDBAF61) is unknown color: approx Equator. HEX triplet: DB, AF and 61. RGB value is (219,175,97). Sum of RGB (Red+Green+Blue) = 219+175+97=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 97 (38.28% from 255 or 19.76% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAF61 is #24509E. Grayscale: #B3B3B3. Windows color (decimal): -2379935 or 6402011. OLE color: 6402011.

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

Color convert

RGB21917597-
CMYK00.200.560.14
HSL38.36º62.89%61.96%-
HSV(B)38.36º55.71%85.88%-
XYZ46.746.5817.84-
YUV179.2681.58156.34-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.60%
GREEN value IS 175 (68.75% from 255) = 35.64%
BLUE value IS 97 (38.28% from 255) = 19.76%
R=44.60%
G=35.64%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191759700.200.560.1438.3662.8961.96
HexDBAF6101438E263f3e
Octal3332571410247016467776
Binary110110111010111111000010101001110001110100110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAF61; }

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

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

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

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

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

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

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

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