#DFA86B

Color #DFA86B Equator (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Equator #DFA86B

Tints of Equator #DFA86B

Color information

#DFA86B (or 0xDFA86B) is unknown color: approx Equator. HEX triplet: DF, A8 and 6B. RGB value is (223,168,107). Sum of RGB (Red+Green+Blue) = 223+168+107=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 107 (42.19% from 255 or 21.49% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA86B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA86B is #205794. Grayscale: #B1B1B1. Windows color (decimal): -2119573 or 7055583. OLE color: 7055583.

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

Color convert

RGB223168107-
CMYK00.250.520.13
HSL31.55º64.44%64.71%-
HSV(B)31.55º52.02%87.45%-
XYZ47.0944.7520.07-
YUV177.4988.22160.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.78%
GREEN value IS 168 (66.02% from 255) = 33.73%
BLUE value IS 107 (42.19% from 255) = 21.49%
R=44.78%
G=33.73%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316810700.250.520.1331.5564.4464.71
HexDFA86B01934D204041
Octal337250153031641540100101
Binary11011111101010001101011011001110100110110000010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA86B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA86B; }

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

 H1.HeaderClassName
 {
   color: #DFA86B;
 }
 .AnyTagClassName
 {
   color: #DFA86B;
 }
</style>
background-color css

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

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

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

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

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

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