Html Css Color HEX #DFAF60 Equator

📋 copy color: '#DFAF60'

red 223 ◦ green 175 ◦ blue 96

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

Shades of Equator #DFAF60

Tints of Equator #DFAF60

RGB

 RED value IS 223 (87.5% from 255) = 45.14%

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

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

R = 45.14%
G = 35.43%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DFAF60 (or 0xDFAF60) is known color: Equator. HEX triplet: DF, AF and 60. RGB value is (223,175,96). Sum of RGB (Red+Green+Blue) = 223+175+96=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 96 (37.89% from 255 or 19.43% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAF60 is #20509F. Grayscale: #B4B4B4. Windows color (decimal): -2117792 or 6336479. OLE color: 6336479.

HSL color Cylindrical-coordinate representation of color #DFAF60: hue angle of 37.32º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFAF60 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 175 96 -
CMYK 0 0.22 0.57 0.13
HSL 37.32º 0.66% 0.63% -
HSV(B) 37.32º 0.57% 0.87% -
XYZ 47.87 47.19 17.65 -
YUV 180.35 80.4 158.42 -
System Red Green Blue C M Y K H S L
Decimal 223 175 96 0 0.22 0.57 0.13 37.32 0.66 0.63
Hex DF AF 60 0 16 39 D 25 42 3F
Octal 337 257 140 0 26 71 15 45 102 77
Binary 11011111 10101111 1100000 0 10110 111001 1101 100101 1000010 111111

Color Harmonies of #DFAF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAF60

Black with #DFAF60

Text Example


Text Example

White with #DFAF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAF60; }

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

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

background-color css

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

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

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

border-color css

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

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

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