#D6D18A

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

Shades of Deco #D6D18A

Tints of Deco #D6D18A

Color information

#D6D18A (or 0xD6D18A) is unknown color: approx Deco. HEX triplet: D6, D1 and 8A. RGB value is (214,209,138). Sum of RGB (Red+Green+Blue) = 214+209+138=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 209 (82.03% from 255 or 37.25% from 561); Blue value is 138 (54.30% from 255 or 24.60% from 561); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D18A is #292E75. Grayscale: #CACACA. Windows color (decimal): -2698870 or 9097686. OLE color: 9097686.

HSL color Cylindrical-coordinate representation of color #D6D18A: hue angle of 56.05º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D6D18A is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB214209138-
CMYK00.020.360.16
HSL56.05º48.1%69.02%-
HSV(B)56.05º35.51%83.92%-
XYZ55.1261.7333.06-
YUV202.491.66136.27-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.15%
GREEN value IS 209 (82.03% from 255) = 37.25%
BLUE value IS 138 (54.30% from 255) = 24.60%
R=38.15%
G=37.25%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420913800.020.360.1656.0548.169.02
HexD6D18A022410383045
Octal3263212120244207060105
Binary110101101101000110001010010100100100001110001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D18A; }

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

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

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

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

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

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

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

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