#D5D483

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

Shades of Deco #D5D483

Tints of Deco #D5D483

Color information

#D5D483 (or 0xD5D483) is unknown color: approx Deco. HEX triplet: D5, D4 and 83. RGB value is (213,212,131). Sum of RGB (Red+Green+Blue) = 213+212+131=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 212 (83.20% from 255 or 38.13% from 556); Blue value is 131 (51.56% from 255 or 23.56% from 556); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D483 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D483 is #2A2B7C. Grayscale: #CBCBCB. Windows color (decimal): -2763645 or 8639701. OLE color: 8639701.

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

Color convert

RGB213212131-
CMYK00.000.380.16
HSL59.27º49.4%67.45%-
HSV(B)59.27º38.5%83.53%-
XYZ55.0862.8730.71-
YUV203.0687.33135.09-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.31%
GREEN value IS 212 (83.20% from 255) = 38.13%
BLUE value IS 131 (51.56% from 255) = 23.56%
R=38.31%
G=38.13%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21321213100.000.380.1659.2749.467.45
HexD5D4830026103b3143
Octal3253242030046207361103
Binary11010101110101001000001100100110100001110111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D483; }

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

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

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

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

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

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

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

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