#D5D583

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

Shades of Deco #D5D583

Tints of Deco #D5D583

Color information

#D5D583 (or 0xD5D583) is unknown color: approx Deco. HEX triplet: D5, D5 and 83. RGB value is (213,213,131). Sum of RGB (Red+Green+Blue) = 213+213+131=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 213 (83.59% from 255 or 38.24% from 557); Blue value is 131 (51.56% from 255 or 23.52% from 557); Max value from RGB is 213 - color contains mainly: red, green. Hex color #D5D583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D583 is #2A2A7C. Grayscale: #CBCBCB. Windows color (decimal): -2763389 or 8639957. OLE color: 8639957.

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

Color convert

RGB213213131-
CMYK000.380.16
HSL60º49.4%67.45%-
HSV(B)60º38.5%83.53%-
XYZ55.3363.3730.79-
YUV203.6587134.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.24%
GREEN value IS 213 (83.59% from 255) = 38.24%
BLUE value IS 131 (51.56% from 255) = 23.52%
R=38.24%
G=38.24%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213213131000.380.166049.467.45
HexD5D5830026103c3143
Octal3253252030046207461103
Binary11010101110101011000001100100110100001111001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D583; }

 p { color: rgb(213,213,131); }

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

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

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

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

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

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

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