Html Css Color HEX #DFAB63 Equator

📋 copy color: '#DFAB63'

red 223 ◦ green 171 ◦ blue 99

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

Shades of Equator #DFAB63

Tints of Equator #DFAB63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.08%

R = 45.23%
G = 34.69%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DFAB63 (or 0xDFAB63) is known color: Equator. HEX triplet: DF, AB and 63. RGB value is (223,171,99). Sum of RGB (Red+Green+Blue) = 223+171+99=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 99 (39.06% from 255 or 20.08% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAB63 is #20549C. Grayscale: #B2B2B2. Windows color (decimal): -2118813 or 6532063. OLE color: 6532063.

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

Color convert

RGB 223 171 99 -
CMYK 0 0.23 0.56 0.13
HSL 34.84º 0.66% 0.63% -
HSV(B) 34.84º 0.56% 0.87% -
XYZ 47.25 45.71 18.14 -
YUV 178.34 83.23 159.85 -
System Red Green Blue C M Y K H S L
Decimal 223 171 99 0 0.23 0.56 0.13 34.84 0.66 0.63
Hex DF AB 63 0 17 38 D 23 42 3F
Octal 337 253 143 0 27 70 15 43 102 77
Binary 11011111 10101011 1100011 0 10111 111000 1101 100011 1000010 111111

Color Harmonies of #DFAB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAB63

Black with #DFAB63

Text Example


Text Example

White with #DFAB63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAB63; }

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

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

background-color css

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

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

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

border-color css

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

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

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