#D6C85F

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

Shades of Tacha #D6C85F

Tints of Tacha #D6C85F

Color information

#D6C85F (or 0xD6C85F) is unknown color: approx Tacha. HEX triplet: D6, C8 and 5F. RGB value is (214,200,95). Sum of RGB (Red+Green+Blue) = 214+200+95=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 200 (78.52% from 255 or 39.29% from 509); Blue value is 95 (37.5% from 255 or 18.66% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C85F is #2937A0. Grayscale: #C0C0C0. Windows color (decimal): -2701217 or 6277334. OLE color: 6277334.

HSL color Cylindrical-coordinate representation of color #D6C85F: hue angle of 52.94º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D6C85F is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB21420095-
CMYK00.070.560.16
HSL52.94º59.2%60.59%-
HSV(B)52.94º55.61%83.92%-
XYZ50.4556.4319.06-
YUV192.2273.14143.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.04%
GREEN value IS 200 (78.52% from 255) = 39.29%
BLUE value IS 95 (37.5% from 255) = 18.66%
R=42.04%
G=39.29%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142009500.070.560.1652.9459.260.59
HexD6C85F073810353b3d
Octal326310137077020657375
Binary11010110110010001011111011111100010000110101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C85F; }

 p { color: rgb(214,200,95); }

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

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

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

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

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

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

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