#DEB25F

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

Shades of Equator #DEB25F

Tints of Equator #DEB25F

Color information

#DEB25F (or 0xDEB25F) is unknown color: approx Equator. HEX triplet: DE, B2 and 5F. RGB value is (222,178,95). Sum of RGB (Red+Green+Blue) = 222+178+95=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 95 (37.5% from 255 or 19.19% from 495); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB25F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEB25F is #214DA0. Grayscale: #B6B6B6. Windows color (decimal): -2182561 or 6271710. OLE color: 6271710.

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

Color convert

RGB22217895-
CMYK00.200.570.13
HSL39.21º65.8%62.16%-
HSV(B)39.21º57.21%87.06%-
XYZ48.1148.217.59-
YUV181.6979.08156.75-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.85%
GREEN value IS 178 (69.92% from 255) = 35.96%
BLUE value IS 95 (37.5% from 255) = 19.19%
R=44.85%
G=35.96%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221789500.200.570.1339.2165.862.16
HexDEB25F01439D27423e
Octal33626213702471154710276
Binary1101111010110010101111101010011100111011001111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB25F; }

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

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

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

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

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

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

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

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