#D1D27E

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

Shades of Deco #D1D27E

Tints of Deco #D1D27E

Color information

#D1D27E (or 0xD1D27E) is unknown color: approx Deco. HEX triplet: D1, D2 and 7E. RGB value is (209,210,126). Sum of RGB (Red+Green+Blue) = 209+210+126=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 210 (82.42% from 255 or 38.53% from 545); Blue value is 126 (49.61% from 255 or 23.12% from 545); Max value from RGB is 210 - color contains mainly: green. Hex color #D1D27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D27E is #2E2D81. Grayscale: #C8C8C8. Windows color (decimal): -3026306 or 8311505. OLE color: 8311505.

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

Color convert

RGB209210126-
CMYK0.0000.40.18
HSL60.71º48.28%65.88%-
HSV(B)60.71º40%82.35%-
XYZ53.1161.1528.74-
YUV200.1286.17134.33-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.35%
GREEN value IS 210 (82.42% from 255) = 38.53%
BLUE value IS 126 (49.61% from 255) = 23.12%
R=38.35%
G=38.53%
B=23.12%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092101260.0000.40.1860.7148.2865.88
HexD1D27E0028123d3042
Octal3213221760050227560102
Binary1101000111010010111111000101000100101111011100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D27E; }

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

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

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

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

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

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

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

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