#D5D28D

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

Shades of Deco #D5D28D

Tints of Deco #D5D28D

Color information

#D5D28D (or 0xD5D28D) is unknown color: approx Deco. HEX triplet: D5, D2 and 8D. RGB value is (213,210,141). Sum of RGB (Red+Green+Blue) = 213+210+141=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 210 (82.42% from 255 or 37.23% from 564); Blue value is 141 (55.47% from 255 or 25% from 564); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D28D is #2A2D72. Grayscale: #CBCBCB. Windows color (decimal): -2764147 or 9294549. OLE color: 9294549.

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

Color convert

RGB213210141-
CMYK00.010.340.16
HSL57.5º46.15%69.41%-
HSV(B)57.5º33.8%83.53%-
XYZ55.2962.1634.28-
YUV203.0392.99135.11-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.77%
GREEN value IS 210 (82.42% from 255) = 37.23%
BLUE value IS 141 (55.47% from 255) = 25%
R=37.77%
G=37.23%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21321014100.010.340.1657.546.1569.41
HexD5D28D0122103a2e45
Octal3253222150142207256105
Binary11010101110100101000110101100010100001110101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D28D; }

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

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

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

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

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

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

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

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