Html Css Color HEX #DFAA60 Equator

📋 copy color: '#DFAA60'

red 223 ◦ green 170 ◦ blue 96

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

Shades of Equator #DFAA60

Tints of Equator #DFAA60

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.76%

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

R = 45.6%
G = 34.76%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DFAA60 (or 0xDFAA60) is known color: Equator. HEX triplet: DF, AA and 60. RGB value is (223,170,96). Sum of RGB (Red+Green+Blue) = 223+170+96=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 96 (37.89% from 255 or 19.63% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAA60 is #20559F. Grayscale: #B1B1B1. Windows color (decimal): -2119072 or 6335199. OLE color: 6335199.

HSL color Cylindrical-coordinate representation of color #DFAA60: hue angle of 34.96º 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 #DFAA60 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 170 96 -
CMYK 0 0.24 0.57 0.13
HSL 34.96º 0.66% 0.63% -
HSV(B) 34.96º 0.57% 0.87% -
XYZ 46.92 45.28 17.33 -
YUV 177.41 82.06 160.52 -
System Red Green Blue C M Y K H S L
Decimal 223 170 96 0 0.24 0.57 0.13 34.96 0.66 0.63
Hex DF AA 60 0 18 39 D 23 42 3F
Octal 337 252 140 0 30 71 15 43 102 77
Binary 11011111 10101010 1100000 0 11000 111001 1101 100011 1000010 111111

Color Harmonies of #DFAA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAA60

Black with #DFAA60

Text Example


Text Example

White with #DFAA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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