#DEBB5F

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

Shades of Equator #DEBB5F

Tints of Equator #DEBB5F

Color information

#DEBB5F (or 0xDEBB5F) is unknown color: approx Equator. HEX triplet: DE, BB and 5F. RGB value is (222,187,95). Sum of RGB (Red+Green+Blue) = 222+187+95=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 95 (37.5% from 255 or 18.85% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBB5F is #2144A0. Grayscale: #BBBBBB. Windows color (decimal): -2180257 or 6274014. OLE color: 6274014.

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

Color convert

RGB22218795-
CMYK00.160.570.13
HSL43.46º65.8%62.16%-
HSV(B)43.46º57.21%87.06%-
XYZ49.9651.918.21-
YUV186.9876.1152.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.05%
GREEN value IS 187 (73.44% from 255) = 37.10%
BLUE value IS 95 (37.5% from 255) = 18.85%
R=44.05%
G=37.10%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221879500.160.570.1343.4665.862.16
HexDEBB5F01039D2b423e
Octal33627313702071155310276
Binary1101111010111011101111101000011100111011010111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBB5F; }

 p { color: rgb(222,187,95); }

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

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

 a { background-color: rgb(222,187,95); }

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

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

 span { border-color: rgb(222,187,95); }

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