#deb468

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

Shades of Equator #DEB468

Tints of Equator #DEB468

Color information

#DEB468 (or 0xDEB468) is unknown color: approx Equator. HEX triplet: DE, B4 and 68. RGB value is (222,180,104). Sum of RGB (Red+Green+Blue) = 222+180+104=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 104 (41.02% from 255 or 20.55% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB468 is #214B97. Grayscale: #B8B8B8. Windows color (decimal): -2182040 or 6862046. OLE color: 6862046.

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

Color convert

RGB222180104-
CMYK00.190.530.13
HSL38.64º64.13%63.92%-
HSV(B)38.64º53.15%87.06%-
XYZ48.9449.1720.01-
YUV183.8982.91155.18-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.87%
GREEN value IS 180 (70.70% from 255) = 35.57%
BLUE value IS 104 (41.02% from 255) = 20.55%
R=43.87%
G=35.57%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218010400.190.530.1338.6464.1363.92
HexDEB46801335D274040
Octal336264150023651547100100
Binary11011110101101001101000010011110101110110011110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #deb468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #deb468; }

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

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

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

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

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

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

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

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