#D6C461

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

Shades of Tacha #D6C461

Tints of Tacha #D6C461

Color information

#D6C461 (or 0xD6C461) is unknown color: approx Tacha. HEX triplet: D6, C4 and 61. RGB value is (214,196,97). Sum of RGB (Red+Green+Blue) = 214+196+97=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 196 (76.95% from 255 or 38.66% from 507); Blue value is 97 (38.28% from 255 or 19.13% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C461 is #293B9E. Grayscale: #BEBEBE. Windows color (decimal): -2702239 or 6407382. OLE color: 6407382.

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

Color convert

RGB21419697-
CMYK00.080.550.16
HSL50.77º58.79%60.98%-
HSV(B)50.77º54.67%83.92%-
XYZ49.6354.6419.24-
YUV190.175.46145.05-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.21%
GREEN value IS 196 (76.95% from 255) = 38.66%
BLUE value IS 97 (38.28% from 255) = 19.13%
R=42.21%
G=38.66%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141969700.080.550.1650.7758.7960.98
HexD6C461083710333b3d
Octal3263041410106720637375
Binary110101101100010011000010100011011110000110011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C461; }

 p { color: rgb(214,196,97); }

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

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

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

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

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

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

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