Html Css Color HEX #DFAD64 Equator

📋 copy color: '#DFAD64'

red 223 ◦ green 173 ◦ blue 100

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

Shades of Equator #DFAD64

Tints of Equator #DFAD64

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.88%

 BLUE value IS 100 (39.45% from 255) = 20.16%

R = 44.96%
G = 34.88%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DFAD64 (or 0xDFAD64) is known color: Equator. HEX triplet: DF, AD and 64. RGB value is (223,173,100). Sum of RGB (Red+Green+Blue) = 223+173+100=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 100 (39.45% from 255 or 20.16% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAD64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAD64 is #20529B. Grayscale: #B3B3B3. Windows color (decimal): -2118300 or 6598111. OLE color: 6598111.

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

Color convert

RGB 223 173 100 -
CMYK 0 0.22 0.55 0.13
HSL 35.61º 0.66% 0.63% -
HSV(B) 35.61º 0.55% 0.87% -
XYZ 47.68 46.5 18.52 -
YUV 179.63 83.07 158.94 -
System Red Green Blue C M Y K H S L
Decimal 223 173 100 0 0.22 0.55 0.13 35.61 0.66 0.63
Hex DF AD 64 0 16 37 D 24 42 3F
Octal 337 255 144 0 26 67 15 44 102 77
Binary 11011111 10101101 1100100 0 10110 110111 1101 100100 1000010 111111

Color Harmonies of #DFAD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAD64

Black with #DFAD64

Text Example


Text Example

White with #DFAD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAD64; }

 p { color: rgb(223,173,100); }

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

background-color css

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

 a { background-color: rgb(223,173,100); }

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

border-color css

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

 span { border-color: rgb(223,173,100); }

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