#D6D584

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

Shades of Deco #D6D584

Tints of Deco #D6D584

Color information

#D6D584 (or 0xD6D584) is unknown color: approx Deco. HEX triplet: D6, D5 and 84. RGB value is (214,213,132). Sum of RGB (Red+Green+Blue) = 214+213+132=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 213 (83.59% from 255 or 38.10% from 559); Blue value is 132 (51.95% from 255 or 23.61% from 559); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D584 is #292A7B. Grayscale: #CCCCCC. Windows color (decimal): -2697852 or 8705494. OLE color: 8705494.

HSL color Cylindrical-coordinate representation of color #D6D584: hue angle of 59.27º 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 #D6D584 is Cyan = 0, Magento = 0.00, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB214213132-
CMYK00.000.380.16
HSL59.27º50%67.84%-
HSV(B)59.27º38.32%83.92%-
XYZ55.6963.5531.16-
YUV204.0687.33135.09-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.28%
GREEN value IS 213 (83.59% from 255) = 38.10%
BLUE value IS 132 (51.95% from 255) = 23.61%
R=38.28%
G=38.10%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421313200.000.380.1659.275067.84
HexD6D5840026103b3244
Octal3263252040046207362104
Binary11010110110101011000010000100110100001110111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D584; }

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

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

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

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

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

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

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

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