#D4C666

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

Shades of Tacha #D4C666

Tints of Tacha #D4C666

Color information

#D4C666 (or 0xD4C666) is unknown color: approx Tacha. HEX triplet: D4, C6 and 66. RGB value is (212,198,102). Sum of RGB (Red+Green+Blue) = 212+198+102=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 102 (40.23% from 255 or 19.92% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C666 is #2B3999. Grayscale: #BFBFBF. Windows color (decimal): -2832794 or 6735572. OLE color: 6735572.

HSL color Cylindrical-coordinate representation of color #D4C666: hue angle of 52.36º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D4C666 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB212198102-
CMYK00.070.520.17
HSL52.36º56.12%61.57%-
HSV(B)52.36º51.89%83.14%-
XYZ49.7455.3420.63-
YUV191.2477.64142.81-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.41%
GREEN value IS 198 (77.73% from 255) = 38.67%
BLUE value IS 102 (40.23% from 255) = 19.92%
R=41.41%
G=38.67%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219810200.070.520.1752.3656.1261.57
HexD4C66607341134383e
Octal324306146076421647076
Binary11010100110001101100110011111010010001110100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C666; }

 p { color: rgb(212,198,102); }

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

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

 a { background-color: rgb(212,198,102); }

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

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

 span { border-color: rgb(212,198,102); }

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