#D4B960

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

Shades of Tacha #D4B960

Tints of Tacha #D4B960

Color information

#D4B960 (or 0xD4B960) is unknown color: approx Tacha. HEX triplet: D4, B9 and 60. RGB value is (212,185,96). Sum of RGB (Red+Green+Blue) = 212+185+96=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 96 (37.89% from 255 or 19.47% from 493); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B960 is #2B469F. Grayscale: #B7B7B7. Windows color (decimal): -2836128 or 6339028. OLE color: 6339028.

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

Color convert

RGB21218596-
CMYK00.130.550.17
HSL46.03º57.43%60.39%-
HSV(B)46.03º54.72%83.14%-
XYZ46.6149.5418.17-
YUV182.9378.95148.74-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.00%
GREEN value IS 185 (72.66% from 255) = 37.53%
BLUE value IS 96 (37.89% from 255) = 19.47%
R=43.00%
G=37.53%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121859600.130.550.1746.0357.4360.39
HexD4B9600D37112e393c
Octal3242711400156721567174
Binary110101001011100111000000110111011110001101110111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B960; }

 p { color: rgb(212,185,96); }

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

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

 a { background-color: rgb(212,185,96); }

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

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

 span { border-color: rgb(212,185,96); }

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