#DFB261

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

Shades of Equator #DFB261

Tints of Equator #DFB261

Color information

#DFB261 (or 0xDFB261) is unknown color: approx Equator. HEX triplet: DF, B2 and 61. RGB value is (223,178,97). Sum of RGB (Red+Green+Blue) = 223+178+97=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 97 (38.28% from 255 or 19.48% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB261 is #204D9E. Grayscale: #B6B6B6. Windows color (decimal): -2117023 or 6402783. OLE color: 6402783.

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

Color convert

RGB22317897-
CMYK00.200.570.13
HSL38.57º66.32%62.75%-
HSV(B)38.57º56.5%87.45%-
XYZ48.5148.3918.09-
YUV182.2279.91157.09-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.78%
GREEN value IS 178 (69.92% from 255) = 35.74%
BLUE value IS 97 (38.28% from 255) = 19.48%
R=44.78%
G=35.74%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231789700.200.570.1338.5766.3262.75
HexDFB26101439D27423f
Octal33726214102471154710277
Binary1101111110110010110000101010011100111011001111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB261; }

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

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

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

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

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

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

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

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