#D1D27D

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

Shades of Deco #D1D27D

Tints of Deco #D1D27D

Color information

#D1D27D (or 0xD1D27D) is unknown color: approx Deco. HEX triplet: D1, D2 and 7D. RGB value is (209,210,125). Sum of RGB (Red+Green+Blue) = 209+210+125=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 125 (49.22% from 255 or 22.98% from 544); Max value from RGB is 210 - color contains mainly: green. Hex color #D1D27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D27D is #2E2D82. Grayscale: #C8C8C8. Windows color (decimal): -3026307 or 8245969. OLE color: 8245969.

HSL color Cylindrical-coordinate representation of color #D1D27D: hue angle of 60.71º degrees, saturation: 0.49, 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 #D1D27D is Cyan = 0.00, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB209210125-
CMYK0.0000.400.18
HSL60.71º48.57%65.69%-
HSV(B)60.71º40.48%82.35%-
XYZ53.0461.1328.41-
YUV200.0185.67134.41-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.42%
GREEN value IS 210 (82.42% from 255) = 38.60%
BLUE value IS 125 (49.22% from 255) = 22.98%
R=38.42%
G=38.60%
B=22.98%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092101250.0000.400.1860.7148.5765.69
HexD1D27D0028123d3142
Octal3213221750050227561102
Binary1101000111010010111110100101000100101111011100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D27D; }

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

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

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

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

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

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

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

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