#D6C561

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

Shades of Tacha #D6C561

Tints of Tacha #D6C561

Color information

#D6C561 (or 0xD6C561) is unknown color: approx Tacha. HEX triplet: D6, C5 and 61. RGB value is (214,197,97). Sum of RGB (Red+Green+Blue) = 214+197+97=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 97 (38.28% from 255 or 19.09% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C561 is #293A9E. Grayscale: #BFBFBF. Windows color (decimal): -2701983 or 6407638. OLE color: 6407638.

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

Color convert

RGB21419797-
CMYK00.080.550.16
HSL51.28º58.79%60.98%-
HSV(B)51.28º54.67%83.92%-
XYZ49.8655.0919.32-
YUV190.6875.13144.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.13%
GREEN value IS 197 (77.34% from 255) = 38.78%
BLUE value IS 97 (38.28% from 255) = 19.09%
R=42.13%
G=38.78%
B=19.09%

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
Decimal2141979700.080.550.1651.2858.7960.98
HexD6C561083710333b3d
Octal3263051410106720637375
Binary110101101100010111000010100011011110000110011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C561; }

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

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

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

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

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

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

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

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