#DEB363

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

Shades of Equator #DEB363

Tints of Equator #DEB363

Color information

#DEB363 (or 0xDEB363) is unknown color: approx Equator. HEX triplet: DE, B3 and 63. RGB value is (222,179,99). Sum of RGB (Red+Green+Blue) = 222+179+99=500 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.4% from 500); Green value is 179 (70.31% from 255 or 35.8% from 500); Blue value is 99 (39.06% from 255 or 19.8% from 500); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB363 is #214C9C. Grayscale: #B7B7B7. Windows color (decimal): -2182301 or 6534110. OLE color: 6534110.

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

Color convert

RGB22217999-
CMYK00.190.550.13
HSL39.02º65.08%62.94%-
HSV(B)39.02º55.41%87.06%-
XYZ48.548.6718.64-
YUV182.7480.75156-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.4%
GREEN value IS 179 (70.31% from 255) = 35.8%
BLUE value IS 99 (39.06% from 255) = 19.8%
R=44.4%
G=35.8%
B=19.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221799900.190.550.1339.0265.0862.94
HexDEB36301337D27413f
Octal33626314302367154710177
Binary1101111010110011110001101001111011111011001111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB363; }

 p { color: rgb(222,179,99); }

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

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

 a { background-color: rgb(222,179,99); }

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

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

 span { border-color: rgb(222,179,99); }

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