#D5CE80

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

Shades of Deco #D5CE80

Tints of Deco #D5CE80

Color information

#D5CE80 (or 0xD5CE80) is unknown color: approx Deco. HEX triplet: D5, CE and 80. RGB value is (213,206,128). Sum of RGB (Red+Green+Blue) = 213+206+128=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CE80 is #2A317F. Grayscale: #C7C7C7. Windows color (decimal): -2765184 or 8441557. OLE color: 8441557.

HSL color Cylindrical-coordinate representation of color #D5CE80: hue angle of 55.06º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D5CE80 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB213206128-
CMYK00.030.400.16
HSL55.06º50.3%66.86%-
HSV(B)55.06º39.91%83.53%-
XYZ53.4159.8529.16-
YUV199.287.82137.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.94%
GREEN value IS 206 (80.86% from 255) = 37.66%
BLUE value IS 128 (50.39% from 255) = 23.40%
R=38.94%
G=37.66%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320612800.030.400.1655.0650.366.86
HexD5CE80032810373243
Octal3253162000350206762103
Binary110101011100111010000000011101000100001101111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CE80; }

 p { color: rgb(213,206,128); }

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

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

 a { background-color: rgb(213,206,128); }

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

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

 span { border-color: rgb(213,206,128); }

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