Html Css Color HEX #DFAB66 Equator

📋 copy color: '#DFAB66'

red 223 ◦ green 171 ◦ blue 102

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

Shades of Equator #DFAB66

Tints of Equator #DFAB66

RGB

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

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

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

R = 44.96%
G = 34.48%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DFAB66 (or 0xDFAB66) is known color: Equator. HEX triplet: DF, AB and 66. RGB value is (223,171,102). Sum of RGB (Red+Green+Blue) = 223+171+102=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 102 (40.23% from 255 or 20.56% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAB66 is #205499. Grayscale: #B3B3B3. Windows color (decimal): -2118810 or 6728671. OLE color: 6728671.

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

Color convert

RGB 223 171 102 -
CMYK 0 0.23 0.54 0.13
HSL 34.21º 0.65% 0.64% -
HSV(B) 34.21º 0.54% 0.87% -
XYZ 47.39 45.77 18.91 -
YUV 178.68 84.73 159.61 -
System Red Green Blue C M Y K H S L
Decimal 223 171 102 0 0.23 0.54 0.13 34.21 0.65 0.64
Hex DF AB 66 0 17 36 D 22 41 40
Octal 337 253 146 0 27 66 15 42 101 100
Binary 11011111 10101011 1100110 0 10111 110110 1101 100010 1000001 1000000

Color Harmonies of #DFAB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAB66

Black with #DFAB66

Text Example


Text Example

White with #DFAB66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAB66; }

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

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

background-color css

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

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

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

border-color css

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

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

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