#D6C161

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

Shades of Tacha #D6C161

Tints of Tacha #D6C161

Color information

#D6C161 (or 0xD6C161) is unknown color: approx Tacha. HEX triplet: D6, C1 and 61. RGB value is (214,193,97). Sum of RGB (Red+Green+Blue) = 214+193+97=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 97 (38.28% from 255 or 19.25% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C161 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C161 is #293E9E. Grayscale: #BCBCBC. Windows color (decimal): -2703007 or 6406614. OLE color: 6406614.

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

Color convert

RGB21419397-
CMYK00.100.550.16
HSL49.23º58.79%60.98%-
HSV(B)49.23º54.67%83.92%-
XYZ48.9653.319.02-
YUV188.3376.46146.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.46%
GREEN value IS 193 (75.78% from 255) = 38.29%
BLUE value IS 97 (38.28% from 255) = 19.25%
R=42.46%
G=38.29%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141939700.100.550.1649.2358.7960.98
HexD6C1610A3710313b3d
Octal3263011410126720617375
Binary110101101100000111000010101011011110000110001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C161; }

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

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

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

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

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

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

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

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