Html Css Color HEX #DFAF66 Equator

📋 copy color: '#DFAF66'

red 223 ◦ green 175 ◦ blue 102

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

Shades of Equator #DFAF66

Tints of Equator #DFAF66

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35%

 BLUE value IS 102 (40.23% from 255) = 20.4%

R = 44.6%
G = 35%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DFAF66 (or 0xDFAF66) is known color: Equator. HEX triplet: DF, AF and 66. RGB value is (223,175,102). Sum of RGB (Red+Green+Blue) = 223+175+102=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 102 (40.23% from 255 or 20.4% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAF66 is #205099. Grayscale: #B5B5B5. Windows color (decimal): -2117786 or 6729695. OLE color: 6729695.

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

Color convert

RGB 223 175 102 -
CMYK 0 0.22 0.54 0.13
HSL 36.2º 0.65% 0.64% -
HSV(B) 36.2º 0.54% 0.87% -
XYZ 48.16 47.31 19.16 -
YUV 181.03 83.4 157.94 -
System Red Green Blue C M Y K H S L
Decimal 223 175 102 0 0.22 0.54 0.13 36.2 0.65 0.64
Hex DF AF 66 0 16 36 D 24 41 40
Octal 337 257 146 0 26 66 15 44 101 100
Binary 11011111 10101111 1100110 0 10110 110110 1101 100100 1000001 1000000

Color Harmonies of #DFAF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAF66

Black with #DFAF66

Text Example


Text Example

White with #DFAF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAF66; }

 p { color: rgb(223,175,102); }

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

background-color css

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

 a { background-color: rgb(223,175,102); }

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

border-color css

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

 span { border-color: rgb(223,175,102); }

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