#DEB266

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

Shades of Equator #DEB266

Tints of Equator #DEB266

Color information

#DEB266 (or 0xDEB266) is unknown color: approx Equator. HEX triplet: DE, B2 and 66. RGB value is (222,178,102). Sum of RGB (Red+Green+Blue) = 222+178+102=502 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.22% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 102 (40.23% from 255 or 20.32% from 502); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEB266 is #214D99. Grayscale: #B6B6B6. Windows color (decimal): -2182554 or 6730462. OLE color: 6730462.

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

Color convert

RGB222178102-
CMYK00.200.540.13
HSL38º64.52%63.53%-
HSV(B)38º54.05%87.06%-
XYZ48.4448.3319.35-
YUV182.4982.58156.18-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.22%
GREEN value IS 178 (69.92% from 255) = 35.46%
BLUE value IS 102 (40.23% from 255) = 20.32%
R=44.22%
G=35.46%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217810200.200.540.133864.5263.53
HexDEB26601436D264140
Octal336262146024661546101100
Binary11011110101100101100110010100110110110110011010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB266; }

 p { color: rgb(222,178,102); }

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

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

 a { background-color: rgb(222,178,102); }

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

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

 span { border-color: rgb(222,178,102); }

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