#D2DA8A

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

Shades of Deco #D2DA8A

Tints of Deco #D2DA8A

Color information

#D2DA8A (or 0xD2DA8A) is unknown color: approx Deco. HEX triplet: D2, DA and 8A. RGB value is (210,218,138). Sum of RGB (Red+Green+Blue) = 210+218+138=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 138 (54.30% from 255 or 24.38% from 566); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DA8A is #2D2575. Grayscale: #CECECE. Windows color (decimal): -2958710 or 9099986. OLE color: 9099986.

HSL color Cylindrical-coordinate representation of color #D2DA8A: hue angle of 66º 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 #D2DA8A is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB210218138-
CMYK0.0400.370.15
HSL66º51.95%69.8%-
HSV(B)66º36.7%85.49%-
XYZ56.2465.6833.76-
YUV206.4989.35130.5-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.10%
GREEN value IS 218 (85.55% from 255) = 38.52%
BLUE value IS 138 (54.30% from 255) = 24.38%
R=37.10%
G=38.52%
B=24.38%

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
Decimal2102181380.0400.370.156651.9569.8
HexD2DA8A4025F423446
Octal32233221240451710264106
Binary1101001011011010100010101000100101111110000101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DA8A; }

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

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

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

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

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

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

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

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