#D6D085

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

Shades of Deco #D6D085

Tints of Deco #D6D085

Color information

#D6D085 (or 0xD6D085) is unknown color: approx Deco. HEX triplet: D6, D0 and 85. RGB value is (214,208,133). Sum of RGB (Red+Green+Blue) = 214+208+133=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 208 (81.64% from 255 or 37.48% from 555); Blue value is 133 (52.34% from 255 or 23.96% from 555); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D085 is #292F7A. Grayscale: #C9C9C9. Windows color (decimal): -2699131 or 8769750. OLE color: 8769750.

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

Color convert

RGB214208133-
CMYK00.030.380.16
HSL55.56º49.69%68.04%-
HSV(B)55.56º37.85%83.92%-
XYZ54.5261.131.11-
YUV201.2489.49137.1-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.56%
GREEN value IS 208 (81.64% from 255) = 37.48%
BLUE value IS 133 (52.34% from 255) = 23.96%
R=38.56%
G=37.48%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420813300.030.380.1655.5649.6968.04
HexD6D085032610383244
Octal3263202050346207062104
Binary110101101101000010000101011100110100001110001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D085; }

 p { color: rgb(214,208,133); }

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

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

 a { background-color: rgb(214,208,133); }

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

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

 span { border-color: rgb(214,208,133); }

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