#D1D690

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

Shades of Deco #D1D690

Tints of Deco #D1D690

Color information

#D1D690 (or 0xD1D690) is unknown color: approx Deco. HEX triplet: D1, D6 and 90. RGB value is (209,214,144). Sum of RGB (Red+Green+Blue) = 209+214+144=567 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.86% from 567); Green value is 214 (83.98% from 255 or 37.74% from 567); Blue value is 144 (56.64% from 255 or 25.40% from 567); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D690 is #2E296F. Grayscale: #CCCCCC. Windows color (decimal): -3025264 or 9492177. OLE color: 9492177.

HSL color Cylindrical-coordinate representation of color #D1D690: hue angle of 64.29º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1D690 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB209214144-
CMYK0.0200.330.16
HSL64.29º46.05%70.2%-
HSV(B)64.29º32.71%83.92%-
XYZ55.3863.6635.75-
YUV204.5293.84131.19-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.86%
GREEN value IS 214 (83.98% from 255) = 37.74%
BLUE value IS 144 (56.64% from 255) = 25.40%
R=36.86%
G=37.74%
B=25.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2092141440.0200.330.1664.2946.0570.2
HexD1D690202110402e46
Octal32132622020412010056106
Binary1101000111010110100100001001000011000010000001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D690; }

 p { color: rgb(209,214,144); }

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

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

 a { background-color: rgb(209,214,144); }

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

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

 span { border-color: rgb(209,214,144); }

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