#DEB268

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

Shades of Equator #DEB268

Tints of Equator #DEB268

Color information

#DEB268 (or 0xDEB268) is unknown color: approx Equator. HEX triplet: DE, B2 and 68. RGB value is (222,178,104). Sum of RGB (Red+Green+Blue) = 222+178+104=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 104 (41.02% from 255 or 20.63% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEB268 is #214D97. Grayscale: #B7B7B7. Windows color (decimal): -2182552 or 6861534. OLE color: 6861534.

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

Color convert

RGB222178104-
CMYK00.200.530.13
HSL37.63º64.13%63.92%-
HSV(B)37.63º53.15%87.06%-
XYZ48.5448.3719.87-
YUV182.7283.58156.02-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.05%
GREEN value IS 178 (69.92% from 255) = 35.32%
BLUE value IS 104 (41.02% from 255) = 20.63%
R=44.05%
G=35.32%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217810400.200.530.1337.6364.1363.92
HexDEB26801435D264040
Octal336262150024651546100100
Binary11011110101100101101000010100110101110110011010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB268; }

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

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

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

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

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

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

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

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