#D6C261

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

Shades of Tacha #D6C261

Tints of Tacha #D6C261

Color information

#D6C261 (or 0xD6C261) is unknown color: approx Tacha. HEX triplet: D6, C2 and 61. RGB value is (214,194,97). Sum of RGB (Red+Green+Blue) = 214+194+97=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 194 (76.17% from 255 or 38.42% from 505); Blue value is 97 (38.28% from 255 or 19.21% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C261 is #293D9E. Grayscale: #BDBDBD. Windows color (decimal): -2702751 or 6406870. OLE color: 6406870.

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

Color convert

RGB21419497-
CMYK00.090.550.16
HSL49.74º58.79%60.98%-
HSV(B)49.74º54.67%83.92%-
XYZ49.1853.7419.09-
YUV188.9276.13145.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.38%
GREEN value IS 194 (76.17% from 255) = 38.42%
BLUE value IS 97 (38.28% from 255) = 19.21%
R=42.38%
G=38.42%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141949700.090.550.1649.7458.7960.98
HexD6C261093710323b3d
Octal3263021410116720627375
Binary110101101100001011000010100111011110000110010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C261; }

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

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

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

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

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

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

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

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