#D6D685

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

Shades of Deco #D6D685

Tints of Deco #D6D685

Color information

#D6D685 (or 0xD6D685) is unknown color: approx Deco. HEX triplet: D6, D6 and 85. RGB value is (214,214,133). Sum of RGB (Red+Green+Blue) = 214+214+133=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 214 (83.98% from 255 or 38.15% from 561); Blue value is 133 (52.34% from 255 or 23.71% from 561); Max value from RGB is 214 - color contains mainly: red, green. Hex color #D6D685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D685 is #29297A. Grayscale: #CDCDCD. Windows color (decimal): -2697595 or 8771286. OLE color: 8771286.

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

Color convert

RGB214214133-
CMYK000.380.16
HSL60º49.69%68.04%-
HSV(B)60º37.85%83.92%-
XYZ56.0164.0831.61-
YUV204.7787.5134.59-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.15%
GREEN value IS 214 (83.98% from 255) = 38.15%
BLUE value IS 133 (52.34% from 255) = 23.71%
R=38.15%
G=38.15%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214214133000.380.166049.6968.04
HexD6D6850026103c3244
Octal3263262050046207462104
Binary11010110110101101000010100100110100001111001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D685; }

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

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

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

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

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

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

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

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