#D5C466

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

Shades of Tacha #D5C466

Tints of Tacha #D5C466

Color information

#D5C466 (or 0xD5C466) is unknown color: approx Tacha. HEX triplet: D5, C4 and 66. RGB value is (213,196,102). Sum of RGB (Red+Green+Blue) = 213+196+102=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 102 (40.23% from 255 or 19.96% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C466 is #2A3B99. Grayscale: #BEBEBE. Windows color (decimal): -2767770 or 6735061. OLE color: 6735061.

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

Color convert

RGB213196102-
CMYK00.080.520.16
HSL50.81º56.92%61.76%-
HSV(B)50.81º52.11%83.53%-
XYZ49.5854.5920.49-
YUV190.3778.13144.14-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.68%
GREEN value IS 196 (76.95% from 255) = 38.36%
BLUE value IS 102 (40.23% from 255) = 19.96%
R=41.68%
G=38.36%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319610200.080.520.1650.8156.9261.76
HexD5C46608341033393e
Octal3253041460106420637176
Binary110101011100010011001100100011010010000110011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C466; }

 p { color: rgb(213,196,102); }

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

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

 a { background-color: rgb(213,196,102); }

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

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

 span { border-color: rgb(213,196,102); }

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