#DEB16B

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

Shades of Equator #DEB16B

Tints of Equator #DEB16B

Color information

#DEB16B (or 0xDEB16B) is unknown color: approx Equator. HEX triplet: DE, B1 and 6B. RGB value is (222,177,107). Sum of RGB (Red+Green+Blue) = 222+177+107=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 107 (42.19% from 255 or 21.15% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB16B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEB16B is #214E94. Grayscale: #B6B6B6. Windows color (decimal): -2182805 or 7057886. OLE color: 7057886.

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

Color convert

RGB222177107-
CMYK00.200.520.13
HSL36.52º63.54%64.51%-
HSV(B)36.52º51.8%87.06%-
XYZ48.548.0420.63-
YUV182.4885.41156.19-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.87%
GREEN value IS 177 (69.53% from 255) = 34.98%
BLUE value IS 107 (42.19% from 255) = 21.15%
R=43.87%
G=34.98%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217710700.200.520.1336.5263.5464.51
HexDEB16B01434D254041
Octal336261153024641545100101
Binary11011110101100011101011010100110100110110010110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB16B; }

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

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

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

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

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

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

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

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