#D5C165

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

Shades of Tacha #D5C165

Tints of Tacha #D5C165

Color information

#D5C165 (or 0xD5C165) is unknown color: approx Tacha. HEX triplet: D5, C1 and 65. RGB value is (213,193,101). Sum of RGB (Red+Green+Blue) = 213+193+101=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 101 (39.84% from 255 or 19.92% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C165 is #2A3E9A. Grayscale: #BCBCBC. Windows color (decimal): -2768539 or 6668757. OLE color: 6668757.

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

Color convert

RGB213193101-
CMYK00.090.530.16
HSL49.29º57.14%61.57%-
HSV(B)49.29º52.58%83.53%-
XYZ48.8653.2320.01-
YUV188.4978.63145.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.01%
GREEN value IS 193 (75.78% from 255) = 38.07%
BLUE value IS 101 (39.84% from 255) = 19.92%
R=42.01%
G=38.07%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319310100.090.530.1649.2957.1461.57
HexD5C16509351031393e
Octal3253011450116520617176
Binary110101011100000111001010100111010110000110001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C165; }

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

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

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

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

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

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

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

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