#D1DA8A

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

Shades of Deco #D1DA8A

Tints of Deco #D1DA8A

Color information

#D1DA8A (or 0xD1DA8A) is unknown color: approx Deco. HEX triplet: D1, DA and 8A. RGB value is (209,218,138). Sum of RGB (Red+Green+Blue) = 209+218+138=565 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.99% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 138 (54.30% from 255 or 24.42% from 565); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DA8A is #2E2575. Grayscale: #CECECE. Windows color (decimal): -3024246 or 9099985. OLE color: 9099985.

HSL color Cylindrical-coordinate representation of color #D1DA8A: hue angle of 66.75º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D1DA8A is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB209218138-
CMYK0.0400.370.15
HSL66.75º51.95%69.8%-
HSV(B)66.75º36.7%85.49%-
XYZ55.9565.5333.74-
YUV206.1989.52130-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.99%
GREEN value IS 218 (85.55% from 255) = 38.58%
BLUE value IS 138 (54.30% from 255) = 24.42%
R=36.99%
G=38.58%
B=24.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2092181380.0400.370.1566.7551.9569.8
HexD1DA8A4025F433446
Octal32133221240451710364106
Binary1101000111011010100010101000100101111110000111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DA8A; }

 p { color: rgb(209,218,138); }

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

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

 a { background-color: rgb(209,218,138); }

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

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

 span { border-color: rgb(209,218,138); }

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