#D3D58C

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

Shades of Deco #D3D58C

Tints of Deco #D3D58C

Color information

#D3D58C (or 0xD3D58C) is unknown color: approx Deco. HEX triplet: D3, D5 and 8C. RGB value is (211,213,140). Sum of RGB (Red+Green+Blue) = 211+213+140=564 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.41% from 564); Green value is 213 (83.59% from 255 or 37.77% from 564); Blue value is 140 (55.08% from 255 or 24.82% from 564); Max value from RGB is 213 - color contains mainly: green. Hex color #D3D58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D58C is #2C2A73. Grayscale: #CCCCCC. Windows color (decimal): -2894452 or 9229779. OLE color: 9229779.

HSL color Cylindrical-coordinate representation of color #D3D58C: hue angle of 61.64º 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 #D3D58C is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB211213140-
CMYK0.0100.340.16
HSL61.64º46.5%69.22%-
HSV(B)61.64º34.27%83.53%-
XYZ55.3963.3334.12-
YUV204.0891.84132.94-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.41%
GREEN value IS 213 (83.59% from 255) = 37.77%
BLUE value IS 140 (55.08% from 255) = 24.82%
R=37.41%
G=37.77%
B=24.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2112131400.0100.340.1661.6446.569.22
HexD3D58C1022103e2e45
Octal3233252141042207656105
Binary11010011110101011000110010100010100001111101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D58C; }

 p { color: rgb(211,213,140); }

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

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

 a { background-color: rgb(211,213,140); }

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

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

 span { border-color: rgb(211,213,140); }

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