#D1D276

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

Shades of Deco #D1D276

Tints of Deco #D1D276

Color information

#D1D276 (or 0xD1D276) is unknown color: approx Deco. HEX triplet: D1, D2 and 76. RGB value is (209,210,118). Sum of RGB (Red+Green+Blue) = 209+210+118=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 210 (82.42% from 255 or 39.11% from 537); Blue value is 118 (46.48% from 255 or 21.97% from 537); Max value from RGB is 210 - color contains mainly: green. Hex color #D1D276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D276 is #2E2D89. Grayscale: #C7C7C7. Windows color (decimal): -3026314 or 7787217. OLE color: 7787217.

HSL color Cylindrical-coordinate representation of color #D1D276: hue angle of 60.65º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D1D276 is Cyan = 0.00, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB209210118-
CMYK0.0000.440.18
HSL60.65º50.55%64.31%-
HSV(B)60.65º43.81%82.35%-
XYZ52.6160.9626.13-
YUV199.2182.17134.98-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.92%
GREEN value IS 210 (82.42% from 255) = 39.11%
BLUE value IS 118 (46.48% from 255) = 21.97%
R=38.92%
G=39.11%
B=21.97%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092101180.0000.440.1860.6550.5564.31
HexD1D276002C123d3340
Octal3213221660054227563100
Binary1101000111010010111011000101100100101111011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D276; }

 p { color: rgb(209,210,118); }

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

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

 a { background-color: rgb(209,210,118); }

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

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

 span { border-color: rgb(209,210,118); }

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