#D6DA8A

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

Shades of Deco #D6DA8A

Tints of Deco #D6DA8A

Color information

#D6DA8A (or 0xD6DA8A) is unknown color: approx Deco. HEX triplet: D6, DA and 8A. RGB value is (214,218,138). Sum of RGB (Red+Green+Blue) = 214+218+138=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 138 (54.30% from 255 or 24.21% from 570); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DA8A is #292575. Grayscale: #D0D0D0. Windows color (decimal): -2696566 or 9099990. OLE color: 9099990.

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

Color convert

RGB214218138-
CMYK0.0200.370.15
HSL63º51.95%69.8%-
HSV(B)63º36.7%85.49%-
XYZ57.3966.2733.81-
YUV207.6888.67132.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.54%
GREEN value IS 218 (85.55% from 255) = 38.25%
BLUE value IS 138 (54.30% from 255) = 24.21%
R=37.54%
G=38.25%
B=24.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2142181380.0200.370.156351.9569.8
HexD6DA8A2025F3f3446
Octal3263322122045177764106
Binary11010110110110101000101010010010111111111111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DA8A; }

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

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

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

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

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

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

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

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