#D4C16A

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

Shades of Tacha #D4C16A

Tints of Tacha #D4C16A

Color information

#D4C16A (or 0xD4C16A) is unknown color: approx Tacha. HEX triplet: D4, C1 and 6A. RGB value is (212,193,106). Sum of RGB (Red+Green+Blue) = 212+193+106=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 106 (41.80% from 255 or 20.74% from 511); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C16A is #2B3E95. Grayscale: #BDBDBD. Windows color (decimal): -2834070 or 6996436. OLE color: 6996436.

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

Color convert

RGB212193106-
CMYK00.090.50.17
HSL49.25º55.21%62.35%-
HSV(B)49.25º50%83.14%-
XYZ48.8253.1821.33-
YUV188.7681.29144.57-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.49%
GREEN value IS 193 (75.78% from 255) = 37.77%
BLUE value IS 106 (41.80% from 255) = 20.74%
R=41.49%
G=37.77%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.5
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219310600.090.50.1749.2555.2162.35
HexD4C16A09321131373e
Octal3243011520116221616776
Binary110101001100000111010100100111001010001110001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C16A; }

 p { color: rgb(212,193,106); }

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

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

 a { background-color: rgb(212,193,106); }

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

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

 span { border-color: rgb(212,193,106); }

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