Html Css Color HEX #DFAA6B Equator

📋 copy color: '#DFAA6B'

red 223 ◦ green 170 ◦ blue 107

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

Shades of Equator #DFAA6B

Tints of Equator #DFAA6B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34%

 BLUE value IS 107 (42.19% from 255) = 21.4%

R = 44.6%
G = 34%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DFAA6B (or 0xDFAA6B) is known color: Equator. HEX triplet: DF, AA and 6B. RGB value is (223,170,107). Sum of RGB (Red+Green+Blue) = 223+170+107=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 107 (42.19% from 255 or 21.4% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAA6B is #205594. Grayscale: #B2B2B2. Windows color (decimal): -2119061 or 7056095. OLE color: 7056095.

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

Color convert

RGB 223 170 107 -
CMYK 0 0.24 0.52 0.13
HSL 32.59º 0.64% 0.65% -
HSV(B) 32.59º 0.52% 0.87% -
XYZ 47.46 45.5 20.19 -
YUV 178.67 87.56 159.62 -
System Red Green Blue C M Y K H S L
Decimal 223 170 107 0 0.24 0.52 0.13 32.59 0.64 0.65
Hex DF AA 6B 0 18 34 D 21 40 41
Octal 337 252 153 0 30 64 15 41 100 101
Binary 11011111 10101010 1101011 0 11000 110100 1101 100001 1000000 1000001

Color Harmonies of #DFAA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAA6B

Black with #DFAA6B

Text Example


Text Example

White with #DFAA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAA6B; }

 p { color: rgb(223,170,107); }

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

background-color css

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

 a { background-color: rgb(223,170,107); }

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

border-color css

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

 span { border-color: rgb(223,170,107); }

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