#D7D483

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

Shades of Deco #D7D483

Tints of Deco #D7D483

Color information

#D7D483 (or 0xD7D483) is unknown color: approx Deco. HEX triplet: D7, D4 and 83. RGB value is (215,212,131). Sum of RGB (Red+Green+Blue) = 215+212+131=558 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.53% from 558); Green value is 212 (83.20% from 255 or 37.99% from 558); Blue value is 131 (51.56% from 255 or 23.48% from 558); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D483 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D483 is #282B7C. Grayscale: #CBCBCB. Windows color (decimal): -2632573 or 8639703. OLE color: 8639703.

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

Color convert

RGB215212131-
CMYK00.010.390.16
HSL57.86º51.22%67.84%-
HSV(B)57.86º39.07%84.31%-
XYZ55.6663.1730.73-
YUV203.6686.99136.09-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.53%
GREEN value IS 212 (83.20% from 255) = 37.99%
BLUE value IS 131 (51.56% from 255) = 23.48%
R=38.53%
G=37.99%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521213100.010.390.1657.8651.2267.84
HexD7D4830127103a3344
Octal3273242030147207263104
Binary11010111110101001000001101100111100001110101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D483; }

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

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

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

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

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

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

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

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