#D6C15B

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

Shades of Tacha #D6C15B

Tints of Tacha #D6C15B

Color information

#D6C15B (or 0xD6C15B) is unknown color: approx Tacha. HEX triplet: D6, C1 and 5B. RGB value is (214,193,91). Sum of RGB (Red+Green+Blue) = 214+193+91=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 91 (35.94% from 255 or 18.27% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C15B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C15B is #293EA4. Grayscale: #BCBCBC. Windows color (decimal): -2703013 or 6013398. OLE color: 6013398.

HSL color Cylindrical-coordinate representation of color #D6C15B: hue angle of 49.76º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6C15B is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21419391-
CMYK00.100.570.16
HSL49.76º60%59.8%-
HSV(B)49.76º57.48%83.92%-
XYZ48.6953.1917.6-
YUV187.6573.46146.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.97%
GREEN value IS 193 (75.78% from 255) = 38.76%
BLUE value IS 91 (35.94% from 255) = 18.27%
R=42.97%
G=38.76%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141939100.100.570.1649.766059.8
HexD6C15B0A3910323c3c
Octal3263011330127120627474
Binary110101101100000110110110101011100110000110010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C15B; }

 p { color: rgb(214,193,91); }

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

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

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

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

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

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

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