#DEB05C

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

Shades of Equator #DEB05C

Tints of Equator #DEB05C

Color information

#DEB05C (or 0xDEB05C) is unknown color: approx Equator. HEX triplet: DE, B0 and 5C. RGB value is (222,176,92). Sum of RGB (Red+Green+Blue) = 222+176+92=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 92 (36.33% from 255 or 18.78% from 490); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEB05C is #214FA3. Grayscale: #B4B4B4. Windows color (decimal): -2183076 or 6074590. OLE color: 6074590.

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

Color convert

RGB22217692-
CMYK00.210.590.13
HSL38.77º66.33%61.57%-
HSV(B)38.77º58.56%87.06%-
XYZ47.5847.3516.76-
YUV180.1878.24157.83-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.31%
GREEN value IS 176 (69.14% from 255) = 35.92%
BLUE value IS 92 (36.33% from 255) = 18.78%
R=45.31%
G=35.92%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221769200.210.590.1338.7766.3361.57
HexDEB05C0153BD27423e
Octal33626013402573154710276
Binary1101111010110000101110001010111101111011001111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB05C; }

 p { color: rgb(222,176,92); }

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

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

 a { background-color: rgb(222,176,92); }

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

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

 span { border-color: rgb(222,176,92); }

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