#D6DA8B

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

Shades of Deco #D6DA8B

Tints of Deco #D6DA8B

Color information

#D6DA8B (or 0xD6DA8B) is unknown color: approx Deco. HEX triplet: D6, DA and 8B. RGB value is (214,218,139). Sum of RGB (Red+Green+Blue) = 214+218+139=571 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.48% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 139 (54.69% from 255 or 24.34% from 571); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DA8B is #292574. Grayscale: #D0D0D0. Windows color (decimal): -2696565 or 9165526. OLE color: 9165526.

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

Color convert

RGB214218139-
CMYK0.0200.360.15
HSL63.04º51.63%70%-
HSV(B)63.04º36.24%85.49%-
XYZ57.4666.334.2-
YUV207.889.17132.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.48%
GREEN value IS 218 (85.55% from 255) = 38.18%
BLUE value IS 139 (54.69% from 255) = 24.34%
R=37.48%
G=38.18%
B=24.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2142181390.0200.360.1563.0451.6370
HexD6DA8B2024F3f3446
Octal3263322132044177764106
Binary11010110110110101000101110010010011111111111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DA8B; }

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

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

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

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

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

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

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

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