#D6C165

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

Shades of Tacha #D6C165

Tints of Tacha #D6C165

Color information

#D6C165 (or 0xD6C165) is unknown color: approx Tacha. HEX triplet: D6, C1 and 65. RGB value is (214,193,101). Sum of RGB (Red+Green+Blue) = 214+193+101=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 193 (75.78% from 255 or 37.99% from 508); Blue value is 101 (39.84% from 255 or 19.88% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C165 is #293E9A. Grayscale: #BDBDBD. Windows color (decimal): -2703003 or 6668758. OLE color: 6668758.

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

Color convert

RGB214193101-
CMYK00.100.530.16
HSL48.85º57.95%61.76%-
HSV(B)48.85º52.8%83.92%-
XYZ49.1553.3820.02-
YUV188.7978.46145.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.13%
GREEN value IS 193 (75.78% from 255) = 37.99%
BLUE value IS 101 (39.84% from 255) = 19.88%
R=42.13%
G=37.99%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419310100.100.530.1648.8557.9561.76
HexD6C1650A3510313a3e
Octal3263011450126520617276
Binary110101101100000111001010101011010110000110001111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C165; }

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

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

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

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

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

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

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

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