Html Css Color HEX #DFAC63 Equator

📋 copy color: '#DFAC63'

red 223 ◦ green 172 ◦ blue 99

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

Shades of Equator #DFAC63

Tints of Equator #DFAC63

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.82%

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

R = 45.14%
G = 34.82%
B = 20.04%

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

#DFAC63 (or 0xDFAC63) is known color: Equator. HEX triplet: DF, AC and 63. RGB value is (223,172,99). Sum of RGB (Red+Green+Blue) = 223+172+99=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 99 (39.06% from 255 or 20.04% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAC63 is #20539C. Grayscale: #B3B3B3. Windows color (decimal): -2118557 or 6532319. OLE color: 6532319.

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

Color convert

RGB 223 172 99 -
CMYK 0 0.23 0.56 0.13
HSL 35.32º 0.66% 0.63% -
HSV(B) 35.32º 0.56% 0.87% -
XYZ 47.44 46.09 18.2 -
YUV 178.93 82.9 159.44 -
System Red Green Blue C M Y K H S L
Decimal 223 172 99 0 0.23 0.56 0.13 35.32 0.66 0.63
Hex DF AC 63 0 17 38 D 23 42 3F
Octal 337 254 143 0 27 70 15 43 102 77
Binary 11011111 10101100 1100011 0 10111 111000 1101 100011 1000010 111111

Color Harmonies of #DFAC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAC63

Black with #DFAC63

Text Example


Text Example

White with #DFAC63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAC63; }

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

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

background-color css

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

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

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

border-color css

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

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

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