#DEB45D

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

Shades of Equator #DEB45D

Tints of Equator #DEB45D

Color information

#DEB45D (or 0xDEB45D) is unknown color: approx Equator. HEX triplet: DE, B4 and 5D. RGB value is (222,180,93). Sum of RGB (Red+Green+Blue) = 222+180+93=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB45D is #214BA2. Grayscale: #B7B7B7. Windows color (decimal): -2182051 or 6141150. OLE color: 6141150.

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

Color convert

RGB22218093-
CMYK00.190.580.13
HSL40.47º66.15%61.76%-
HSV(B)40.47º58.11%87.06%-
XYZ48.4248.9617.25-
YUV182.6477.41156.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.85%
GREEN value IS 180 (70.70% from 255) = 36.36%
BLUE value IS 93 (36.72% from 255) = 18.79%
R=44.85%
G=36.36%
B=18.79%

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
Decimal2221809300.190.580.1340.4766.1561.76
HexDEB45D0133AD28423e
Octal33626413502372155010276
Binary1101111010110100101110101001111101011011010001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB45D; }

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

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

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

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

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

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

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

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