#DFB161

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

Shades of Equator #DFB161

Tints of Equator #DFB161

Color information

#DFB161 (or 0xDFB161) is unknown color: approx Equator. HEX triplet: DF, B1 and 61. RGB value is (223,177,97). Sum of RGB (Red+Green+Blue) = 223+177+97=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 177 (69.53% from 255 or 35.61% from 497); Blue value is 97 (38.28% from 255 or 19.52% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB161 is #204E9E. Grayscale: #B5B5B5. Windows color (decimal): -2117279 or 6402527. OLE color: 6402527.

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

Color convert

RGB22317797-
CMYK00.210.570.13
HSL38.1º66.32%62.75%-
HSV(B)38.1º56.5%87.45%-
XYZ48.314818.03-
YUV181.6380.24157.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.87%
GREEN value IS 177 (69.53% from 255) = 35.61%
BLUE value IS 97 (38.28% from 255) = 19.52%
R=44.87%
G=35.61%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231779700.210.570.1338.166.3262.75
HexDFB16101539D26423f
Octal33726114102571154610277
Binary1101111110110001110000101010111100111011001101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB161; }

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

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

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

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

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

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

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

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