#D6C05F

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

Shades of Tacha #D6C05F

Tints of Tacha #D6C05F

Color information

#D6C05F (or 0xD6C05F) is unknown color: approx Tacha. HEX triplet: D6, C0 and 5F. RGB value is (214,192,95). Sum of RGB (Red+Green+Blue) = 214+192+95=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 95 (37.5% from 255 or 18.96% from 501); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C05F is #293FA0. Grayscale: #BBBBBB. Windows color (decimal): -2703265 or 6275286. OLE color: 6275286.

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

Color convert

RGB21419295-
CMYK00.100.560.16
HSL48.91º59.2%60.59%-
HSV(B)48.91º55.61%83.92%-
XYZ48.6552.8218.46-
YUV187.5275.79146.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.71%
GREEN value IS 192 (75.39% from 255) = 38.32%
BLUE value IS 95 (37.5% from 255) = 18.96%
R=42.71%
G=38.32%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141929500.100.560.1648.9159.260.59
HexD6C05F0A3810313b3d
Octal3263001370127020617375
Binary110101101100000010111110101011100010000110001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C05F; }

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

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

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

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

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

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

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

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