Html Css Color HEX #DFAB6B Equator

📋 copy color: '#DFAB6B'

red 223 ◦ green 171 ◦ blue 107

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

Shades of Equator #DFAB6B

Tints of Equator #DFAB6B

RGB

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

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

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

R = 44.51%
G = 34.13%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DFAB6B (or 0xDFAB6B) is known color: Equator. HEX triplet: DF, AB and 6B. RGB value is (223,171,107). Sum of RGB (Red+Green+Blue) = 223+171+107=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 107 (42.19% from 255 or 21.36% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAB6B is #205494. Grayscale: #B3B3B3. Windows color (decimal): -2118805 or 7056351. OLE color: 7056351.

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

Color convert

RGB 223 171 107 -
CMYK 0 0.23 0.52 0.13
HSL 33.1º 0.64% 0.65% -
HSV(B) 33.1º 0.52% 0.87% -
XYZ 47.65 45.88 20.25 -
YUV 179.25 87.23 159.2 -
System Red Green Blue C M Y K H S L
Decimal 223 171 107 0 0.23 0.52 0.13 33.1 0.64 0.65
Hex DF AB 6B 0 17 34 D 21 40 41
Octal 337 253 153 0 27 64 15 41 100 101
Binary 11011111 10101011 1101011 0 10111 110100 1101 100001 1000000 1000001

Color Harmonies of #DFAB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAB6B

Black with #DFAB6B

Text Example


Text Example

White with #DFAB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAB6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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