#D2DA8D

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

Shades of Deco #D2DA8D

Tints of Deco #D2DA8D

Color information

#D2DA8D (or 0xD2DA8D) is unknown color: approx Deco. HEX triplet: D2, DA and 8D. RGB value is (210,218,141). Sum of RGB (Red+Green+Blue) = 210+218+141=569 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.91% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 141 (55.47% from 255 or 24.78% from 569); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DA8D is #2D2572. Grayscale: #CFCFCF. Windows color (decimal): -2958707 or 9296594. OLE color: 9296594.

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

Color convert

RGB210218141-
CMYK0.0400.350.15
HSL66.23º50.99%70.39%-
HSV(B)66.23º35.32%85.49%-
XYZ56.4665.7734.92-
YUV206.8390.85130.26-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.91%
GREEN value IS 218 (85.55% from 255) = 38.31%
BLUE value IS 141 (55.47% from 255) = 24.78%
R=36.91%
G=38.31%
B=24.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2102181410.0400.350.1566.2350.9970.39
HexD2DA8D4023F423346
Octal32233221540431710263106
Binary1101001011011010100011011000100011111110000101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DA8D; }

 p { color: rgb(210,218,141); }

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

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

 a { background-color: rgb(210,218,141); }

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

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

 span { border-color: rgb(210,218,141); }

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