#DEB35D

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

Shades of Equator #DEB35D

Tints of Equator #DEB35D

Color information

#DEB35D (or 0xDEB35D) is unknown color: approx Equator. HEX triplet: DE, B3 and 5D. RGB value is (222,179,93). Sum of RGB (Red+Green+Blue) = 222+179+93=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 93 (36.72% from 255 or 18.83% from 494); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB35D is #214CA2. Grayscale: #B6B6B6. Windows color (decimal): -2182307 or 6140894. OLE color: 6140894.

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

Color convert

RGB22217993-
CMYK00.190.580.13
HSL40º66.15%61.76%-
HSV(B)40º58.11%87.06%-
XYZ48.2248.5617.19-
YUV182.0577.75156.49-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.94%
GREEN value IS 179 (70.31% from 255) = 36.23%
BLUE value IS 93 (36.72% from 255) = 18.83%
R=44.94%
G=36.23%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221799300.190.580.134066.1561.76
HexDEB35D0133AD28423e
Octal33626313502372155010276
Binary1101111010110011101110101001111101011011010001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB35D; }

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

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

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

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

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

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

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

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