#D4B961

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

Shades of Tacha #D4B961

Tints of Tacha #D4B961

Color information

#D4B961 (or 0xD4B961) is unknown color: approx Tacha. HEX triplet: D4, B9 and 61. RGB value is (212,185,97). Sum of RGB (Red+Green+Blue) = 212+185+97=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 185 (72.66% from 255 or 37.45% from 494); Blue value is 97 (38.28% from 255 or 19.64% from 494); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B961 is #2B469E. Grayscale: #B7B7B7. Windows color (decimal): -2836127 or 6404564. OLE color: 6404564.

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

Color convert

RGB21218597-
CMYK00.130.540.17
HSL45.91º57.21%60.59%-
HSV(B)45.91º54.25%83.14%-
XYZ46.6649.5618.42-
YUV183.0479.45148.66-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.91%
GREEN value IS 185 (72.66% from 255) = 37.45%
BLUE value IS 97 (38.28% from 255) = 19.64%
R=42.91%
G=37.45%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121859700.130.540.1745.9157.2160.59
HexD4B9610D36112e393d
Octal3242711410156621567175
Binary110101001011100111000010110111011010001101110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B961; }

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

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

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

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

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

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

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

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