#D6DB8B

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

Shades of Deco #D6DB8B

Tints of Deco #D6DB8B

Color information

#D6DB8B (or 0xD6DB8B) is unknown color: approx Deco. HEX triplet: D6, DB and 8B. RGB value is (214,219,139). Sum of RGB (Red+Green+Blue) = 214+219+139=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 139 (54.69% from 255 or 24.30% from 572); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DB8B is #292474. Grayscale: #D0D0D0. Windows color (decimal): -2696309 or 9165782. OLE color: 9165782.

HSL color Cylindrical-coordinate representation of color #D6DB8B: hue angle of 63.75º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D6DB8B is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB214219139-
CMYK0.0200.370.14
HSL63.75º52.63%70.2%-
HSV(B)63.75º36.53%85.88%-
XYZ57.7266.8234.28-
YUV208.3888.84132-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.41%
GREEN value IS 219 (85.94% from 255) = 38.29%
BLUE value IS 139 (54.69% from 255) = 24.30%
R=37.41%
G=38.29%
B=24.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2142191390.0200.370.1463.7552.6370.2
HexD6DB8B2025E403546
Octal32633321320451610065106
Binary110101101101101110001011100100101111010000001101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DB8B; }

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

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

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

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

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

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

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

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