#D6D184

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

Shades of Deco #D6D184

Tints of Deco #D6D184

Color information

#D6D184 (or 0xD6D184) is unknown color: approx Deco. HEX triplet: D6, D1 and 84. RGB value is (214,209,132). Sum of RGB (Red+Green+Blue) = 214+209+132=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 209 (82.03% from 255 or 37.66% from 555); Blue value is 132 (51.95% from 255 or 23.78% from 555); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D184 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D184 is #292E7B. Grayscale: #CACACA. Windows color (decimal): -2698876 or 8704470. OLE color: 8704470.

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

Color convert

RGB214209132-
CMYK00.020.380.16
HSL56.34º50%67.84%-
HSV(B)56.34º38.32%83.92%-
XYZ54.761.5630.83-
YUV201.7288.66136.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.56%
GREEN value IS 209 (82.03% from 255) = 37.66%
BLUE value IS 132 (51.95% from 255) = 23.78%
R=38.56%
G=37.66%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420913200.020.380.1656.345067.84
HexD6D184022610383244
Octal3263212040246207062104
Binary110101101101000110000100010100110100001110001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D184; }

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

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

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

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

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

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

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

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