#D4B761

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

Shades of Tacha #D4B761

Tints of Tacha #D4B761

Color information

#D4B761 (or 0xD4B761) is unknown color: approx Tacha. HEX triplet: D4, B7 and 61. RGB value is (212,183,97). Sum of RGB (Red+Green+Blue) = 212+183+97=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 183 (71.88% from 255 or 37.20% from 492); Blue value is 97 (38.28% from 255 or 19.72% from 492); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B761 is #2B489E. Grayscale: #B6B6B6. Windows color (decimal): -2836639 or 6404052. OLE color: 6404052.

HSL color Cylindrical-coordinate representation of color #D4B761: hue angle of 44.87º 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 #D4B761 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB21218397-
CMYK00.140.540.17
HSL44.87º57.21%60.59%-
HSV(B)44.87º54.25%83.14%-
XYZ46.2448.7318.28-
YUV181.8780.11149.49-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.09%
GREEN value IS 183 (71.88% from 255) = 37.20%
BLUE value IS 97 (38.28% from 255) = 19.72%
R=43.09%
G=37.20%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121839700.140.540.1744.8757.2160.59
HexD4B7610E36112d393d
Octal3242671410166621557175
Binary110101001011011111000010111011011010001101101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B761; }

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

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

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

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

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

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

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

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