#DEB65B

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

Shades of Equator #DEB65B

Tints of Equator #DEB65B

Color information

#DEB65B (or 0xDEB65B) is unknown color: approx Equator. HEX triplet: DE, B6 and 5B. RGB value is (222,182,91). Sum of RGB (Red+Green+Blue) = 222+182+91=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 182 (71.48% from 255 or 36.77% from 495); Blue value is 91 (35.94% from 255 or 18.38% from 495); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB65B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB65B is #2149A4. Grayscale: #B7B7B7. Windows color (decimal): -2181541 or 6010590. OLE color: 6010590.

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

Color convert

RGB22218291-
CMYK00.180.590.13
HSL41.68º66.5%61.37%-
HSV(B)41.68º59.01%87.06%-
XYZ48.7449.7416.93-
YUV183.5975.75155.4-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.85%
GREEN value IS 182 (71.48% from 255) = 36.77%
BLUE value IS 91 (35.94% from 255) = 18.38%
R=44.85%
G=36.77%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221829100.180.590.1341.6866.561.37
HexDEB65B0123BD2a423d
Octal33626613302273155210275
Binary1101111010110110101101101001011101111011010101000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB65B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB65B; }

 p { color: rgb(222,182,91); }

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

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

 a { background-color: rgb(222,182,91); }

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

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

 span { border-color: rgb(222,182,91); }

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