#D5C664

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

Shades of Tacha #D5C664

Tints of Tacha #D5C664

Color information

#D5C664 (or 0xD5C664) is unknown color: approx Tacha. HEX triplet: D5, C6 and 64. RGB value is (213,198,100). Sum of RGB (Red+Green+Blue) = 213+198+100=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 198 (77.73% from 255 or 38.75% from 511); Blue value is 100 (39.45% from 255 or 19.57% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C664 is #2A399B. Grayscale: #BFBFBF. Windows color (decimal): -2767260 or 6604501. OLE color: 6604501.

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

Color convert

RGB213198100-
CMYK00.070.530.16
HSL52.04º57.36%61.37%-
HSV(B)52.04º53.05%83.53%-
XYZ49.9355.4520.13-
YUV191.3176.47143.47-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.68%
GREEN value IS 198 (77.73% from 255) = 38.75%
BLUE value IS 100 (39.45% from 255) = 19.57%
R=41.68%
G=38.75%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319810000.070.530.1652.0457.3661.37
HexD5C66407351034393d
Octal325306144076520647175
Binary11010101110001101100100011111010110000110100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C664; }

 p { color: rgb(213,198,100); }

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

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

 a { background-color: rgb(213,198,100); }

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

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

 span { border-color: rgb(213,198,100); }

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