#D5C264

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

Shades of Tacha #D5C264

Tints of Tacha #D5C264

Color information

#D5C264 (or 0xD5C264) is unknown color: approx Tacha. HEX triplet: D5, C2 and 64. RGB value is (213,194,100). Sum of RGB (Red+Green+Blue) = 213+194+100=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 100 (39.45% from 255 or 19.72% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C264 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C264 is #2A3D9B. Grayscale: #BDBDBD. Windows color (decimal): -2768284 or 6603477. OLE color: 6603477.

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

Color convert

RGB213194100-
CMYK00.090.530.16
HSL49.91º57.36%61.37%-
HSV(B)49.91º53.05%83.53%-
XYZ49.0353.6519.83-
YUV188.9677.79145.14-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.01%
GREEN value IS 194 (76.17% from 255) = 38.26%
BLUE value IS 100 (39.45% from 255) = 19.72%
R=42.01%
G=38.26%
B=19.72%

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
Decimal21319410000.090.530.1649.9157.3661.37
HexD5C26409351032393d
Octal3253021440116520627175
Binary110101011100001011001000100111010110000110010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C264; }

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

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

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

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

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

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

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

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