#DEB669

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

Shades of Equator #DEB669

Tints of Equator #DEB669

Color information

#DEB669 (or 0xDEB669) is unknown color: approx Equator. HEX triplet: DE, B6 and 69. RGB value is (222,182,105). Sum of RGB (Red+Green+Blue) = 222+182+105=509 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.61% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 105 (41.41% from 255 or 20.63% from 509); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB669 is #214996. Grayscale: #B9B9B9. Windows color (decimal): -2181527 or 6928094. OLE color: 6928094.

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

Color convert

RGB222182105-
CMYK00.180.530.13
HSL39.49º63.93%64.12%-
HSV(B)39.49º52.7%87.06%-
XYZ49.450.0120.41-
YUV185.1882.75154.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.61%
GREEN value IS 182 (71.48% from 255) = 35.76%
BLUE value IS 105 (41.41% from 255) = 20.63%
R=43.61%
G=35.76%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218210500.180.530.1339.4963.9364.12
HexDEB66901235D274040
Octal336266151022651547100100
Binary11011110101101101101001010010110101110110011110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB669; }

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

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

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

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

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

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

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

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