#D4B561

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

Shades of Tacha #D4B561

Tints of Tacha #D4B561

Color information

#D4B561 (or 0xD4B561) is unknown color: approx Tacha. HEX triplet: D4, B5 and 61. RGB value is (212,181,97). Sum of RGB (Red+Green+Blue) = 212+181+97=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 181 (71.09% from 255 or 36.94% from 490); Blue value is 97 (38.28% from 255 or 19.80% from 490); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B561 is #2B4A9E. Grayscale: #B5B5B5. Windows color (decimal): -2837151 or 6403540. OLE color: 6403540.

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

Color convert

RGB21218197-
CMYK00.150.540.17
HSL43.83º57.21%60.59%-
HSV(B)43.83º54.25%83.14%-
XYZ45.8347.9118.14-
YUV180.6980.77150.33-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.27%
GREEN value IS 181 (71.09% from 255) = 36.94%
BLUE value IS 97 (38.28% from 255) = 19.80%
R=43.27%
G=36.94%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121819700.150.540.1743.8357.2160.59
HexD4B5610F36112c393d
Octal3242651410176621547175
Binary110101001011010111000010111111011010001101100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B561; }

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

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

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

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

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

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

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

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