Html Css Color HEX #DBAF60 Equator

📋 copy color: '#DBAF60'

red 219 ◦ green 175 ◦ blue 96

#DBAF60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Equator #DBAF60

Tints of Equator #DBAF60

RGB

 RED value IS 219 (85.94% from 255) = 44.69%

 GREEN value IS 175 (68.75% from 255) = 35.71%

 BLUE value IS 96 (37.89% from 255) = 19.59%

R = 44.69%
G = 35.71%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DBAF60 (or 0xDBAF60) is known color: Equator. HEX triplet: DB, AF and 60. RGB value is (219,175,96). Sum of RGB (Red+Green+Blue) = 219+175+96=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 96 (37.89% from 255 or 19.59% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAF60 is #24509F. Grayscale: #B3B3B3. Windows color (decimal): -2379936 or 6336475. OLE color: 6336475.

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

Color convert

RGB 219 175 96 -
CMYK 0 0.20 0.56 0.14
HSL 38.54º 0.63% 0.62% -
HSV(B) 38.54º 0.56% 0.86% -
XYZ 46.65 46.56 17.6 -
YUV 179.15 81.08 156.42 -
System Red Green Blue C M Y K H S L
Decimal 219 175 96 0 0.20 0.56 0.14 38.54 0.63 0.62
Hex DB AF 60 0 14 38 E 27 3F 3E
Octal 333 257 140 0 24 70 16 47 77 76
Binary 11011011 10101111 1100000 0 10100 111000 1110 100111 111111 111110

Color Harmonies of #DBAF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAF60

Black with #DBAF60

Text Example


Text Example

White with #DBAF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAF60; }

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

 H1.HeaderClassName
 {
   color: #DBAF60;
 }
 .AnyTagClassName
 {
   color: #DBAF60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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