#D7D484

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

Shades of Deco #D7D484

Tints of Deco #D7D484

Color information

#D7D484 (or 0xD7D484) is unknown color: approx Deco. HEX triplet: D7, D4 and 84. RGB value is (215,212,132). Sum of RGB (Red+Green+Blue) = 215+212+132=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 212 (83.20% from 255 or 37.92% from 559); Blue value is 132 (51.95% from 255 or 23.61% from 559); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D484 is #282B7B. Grayscale: #CCCCCC. Windows color (decimal): -2632572 or 8705239. OLE color: 8705239.

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

Color convert

RGB215212132-
CMYK00.010.390.16
HSL57.83º50.92%68.04%-
HSV(B)57.83º38.6%84.31%-
XYZ55.7363.231.09-
YUV203.7887.49136-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.46%
GREEN value IS 212 (83.20% from 255) = 37.92%
BLUE value IS 132 (51.95% from 255) = 23.61%
R=38.46%
G=37.92%
B=23.61%

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
Decimal21521213200.010.390.1657.8350.9268.04
HexD7D4840127103a3344
Octal3273242040147207263104
Binary11010111110101001000010001100111100001110101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D484; }

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

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

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

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

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

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

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

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