#DEB66B

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

Shades of Equator #DEB66B

Tints of Equator #DEB66B

Color information

#DEB66B (or 0xDEB66B) is unknown color: approx Equator. HEX triplet: DE, B6 and 6B. RGB value is (222,182,107). Sum of RGB (Red+Green+Blue) = 222+182+107=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 107 (42.19% from 255 or 20.94% from 511); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB66B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB66B is #214994. Grayscale: #B9B9B9. Windows color (decimal): -2181525 or 7059166. OLE color: 7059166.

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

Color convert

RGB222182107-
CMYK00.180.520.13
HSL39.13º63.54%64.51%-
HSV(B)39.13º51.8%87.06%-
XYZ49.5150.0520.96-
YUV185.4183.75154.1-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.44%
GREEN value IS 182 (71.48% from 255) = 35.62%
BLUE value IS 107 (42.19% from 255) = 20.94%
R=43.44%
G=35.62%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218210700.180.520.1339.1363.5464.51
HexDEB66B01234D274041
Octal336266153022641547100101
Binary11011110101101101101011010010110100110110011110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB66B; }

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

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

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

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

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

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

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

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