#D5D27C

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

Shades of Deco #D5D27C

Tints of Deco #D5D27C

Color information

#D5D27C (or 0xD5D27C) is unknown color: approx Deco. HEX triplet: D5, D2 and 7C. RGB value is (213,210,124). Sum of RGB (Red+Green+Blue) = 213+210+124=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 210 (82.42% from 255 or 38.39% from 547); Blue value is 124 (48.83% from 255 or 22.67% from 547); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D27C is #2A2D83. Grayscale: #C9C9C9. Windows color (decimal): -2764164 or 8180437. OLE color: 8180437.

HSL color Cylindrical-coordinate representation of color #D5D27C: hue angle of 57.98º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D5D27C is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB213210124-
CMYK00.010.420.16
HSL57.98º51.45%66.08%-
HSV(B)57.98º41.78%83.53%-
XYZ54.1361.6928.12-
YUV201.0984.49136.49-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.94%
GREEN value IS 210 (82.42% from 255) = 38.39%
BLUE value IS 124 (48.83% from 255) = 22.67%
R=38.94%
G=38.39%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21321012400.010.420.1657.9851.4566.08
HexD5D27C012A103a3342
Octal3253221740152207263102
Binary1101010111010010111110001101010100001110101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D27C; }

 p { color: rgb(213,210,124); }

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

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

 a { background-color: rgb(213,210,124); }

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

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

 span { border-color: rgb(213,210,124); }

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