#DEBB5C

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

Shades of Equator #DEBB5C

Tints of Equator #DEBB5C

Color information

#DEBB5C (or 0xDEBB5C) is unknown color: approx Equator. HEX triplet: DE, BB and 5C. RGB value is (222,187,92). Sum of RGB (Red+Green+Blue) = 222+187+92=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 92 (36.33% from 255 or 18.36% from 501); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBB5C is #2144A3. Grayscale: #BBBBBB. Windows color (decimal): -2180260 or 6077406. OLE color: 6077406.

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

Color convert

RGB22218792-
CMYK00.160.590.13
HSL43.85º66.33%61.57%-
HSV(B)43.85º58.56%87.06%-
XYZ49.8351.8417.51-
YUV186.6474.6153.22-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.31%
GREEN value IS 187 (73.44% from 255) = 37.33%
BLUE value IS 92 (36.33% from 255) = 18.36%
R=44.31%
G=37.33%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221879200.160.590.1343.8566.3361.57
HexDEBB5C0103BD2c423e
Octal33627313402073155410276
Binary1101111010111011101110001000011101111011011001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBB5C; }

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

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

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

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

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

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

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

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