#DFB162

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

Shades of Equator #DFB162

Tints of Equator #DFB162

Color information

#DFB162 (or 0xDFB162) is unknown color: approx Equator. HEX triplet: DF, B1 and 62. RGB value is (223,177,98). Sum of RGB (Red+Green+Blue) = 223+177+98=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 98 (38.67% from 255 or 19.68% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB162 is #204E9D. Grayscale: #B6B6B6. Windows color (decimal): -2117278 or 6468063. OLE color: 6468063.

HSL color Cylindrical-coordinate representation of color #DFB162: hue angle of 37.92º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DFB162 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB22317798-
CMYK00.210.560.13
HSL37.92º66.14%62.94%-
HSV(B)37.92º56.05%87.45%-
XYZ48.3648.0118.27-
YUV181.7580.74157.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.78%
GREEN value IS 177 (69.53% from 255) = 35.54%
BLUE value IS 98 (38.67% from 255) = 19.68%
R=44.78%
G=35.54%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231779800.210.560.1337.9266.1462.94
HexDFB16201538D26423f
Octal33726114202570154610277
Binary1101111110110001110001001010111100011011001101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB162; }

 p { color: rgb(223,177,98); }

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

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

 a { background-color: rgb(223,177,98); }

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

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

 span { border-color: rgb(223,177,98); }

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