#D4BB62

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

Shades of Tacha #D4BB62

Tints of Tacha #D4BB62

Color information

#D4BB62 (or 0xD4BB62) is unknown color: approx Tacha. HEX triplet: D4, BB and 62. RGB value is (212,187,98). Sum of RGB (Red+Green+Blue) = 212+187+98=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 187 (73.44% from 255 or 37.63% from 497); Blue value is 98 (38.67% from 255 or 19.72% from 497); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BB62 is #2B449D. Grayscale: #B8B8B8. Windows color (decimal): -2835614 or 6470612. OLE color: 6470612.

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

Color convert

RGB21218798-
CMYK00.120.540.17
HSL46.84º57%60.78%-
HSV(B)46.84º53.77%83.14%-
XYZ47.1350.4218.8-
YUV184.3379.28147.74-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.66%
GREEN value IS 187 (73.44% from 255) = 37.63%
BLUE value IS 98 (38.67% from 255) = 19.72%
R=42.66%
G=37.63%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121879800.120.540.1746.845760.78
HexD4BB620C36112f393d
Octal3242731420146621577175
Binary110101001011101111000100110011011010001101111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BB62; }

 p { color: rgb(212,187,98); }

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

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

 a { background-color: rgb(212,187,98); }

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

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

 span { border-color: rgb(212,187,98); }

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