Html Css Color HEX #DFAB60 Equator

📋 copy color: '#DFAB60'

red 223 ◦ green 171 ◦ blue 96

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

Shades of Equator #DFAB60

Tints of Equator #DFAB60

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.9%

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

R = 45.51%
G = 34.9%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DFAB60 (or 0xDFAB60) is known color: Equator. HEX triplet: DF, AB and 60. RGB value is (223,171,96). Sum of RGB (Red+Green+Blue) = 223+171+96=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 96 (37.89% from 255 or 19.59% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAB60 is #20549F. Grayscale: #B2B2B2. Windows color (decimal): -2118816 or 6335455. OLE color: 6335455.

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

Color convert

RGB 223 171 96 -
CMYK 0 0.23 0.57 0.13
HSL 35.43º 0.66% 0.63% -
HSV(B) 35.43º 0.57% 0.87% -
XYZ 47.11 45.66 17.4 -
YUV 178 81.73 160.1 -
System Red Green Blue C M Y K H S L
Decimal 223 171 96 0 0.23 0.57 0.13 35.43 0.66 0.63
Hex DF AB 60 0 17 39 D 23 42 3F
Octal 337 253 140 0 27 71 15 43 102 77
Binary 11011111 10101011 1100000 0 10111 111001 1101 100011 1000010 111111

Color Harmonies of #DFAB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAB60

Black with #DFAB60

Text Example


Text Example

White with #DFAB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAB60; }

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

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

background-color css

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

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

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

border-color css

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

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

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