#D1DC8D

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

Shades of Deco #D1DC8D

Tints of Deco #D1DC8D

Color information

#D1DC8D (or 0xD1DC8D) is unknown color: approx Deco. HEX triplet: D1, DC and 8D. RGB value is (209,220,141). Sum of RGB (Red+Green+Blue) = 209+220+141=570 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.67% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 141 (55.47% from 255 or 24.74% from 570); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DC8D is #2E2372. Grayscale: #D0D0D0. Windows color (decimal): -3023731 or 9297105. OLE color: 9297105.

HSL color Cylindrical-coordinate representation of color #D1DC8D: hue angle of 68.35º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D1DC8D is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB209220141-
CMYK0.0500.360.14
HSL68.35º53.02%70.78%-
HSV(B)68.35º35.91%86.27%-
XYZ56.766.6635.08-
YUV207.790.36128.92-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.67%
GREEN value IS 220 (86.33% from 255) = 38.60%
BLUE value IS 141 (55.47% from 255) = 24.74%
R=36.67%
G=38.60%
B=24.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2092201410.0500.360.1468.3553.0270.78
HexD1DC8D5024E443547
Octal32133421550441610465107
Binary1101000111011100100011011010100100111010001001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DC8D; }

 p { color: rgb(209,220,141); }

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

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

 a { background-color: rgb(209,220,141); }

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

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

 span { border-color: rgb(209,220,141); }

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