#D4BE6B

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

Shades of Tacha #D4BE6B

Tints of Tacha #D4BE6B

Color information

#D4BE6B (or 0xD4BE6B) is unknown color: approx Tacha. HEX triplet: D4, BE and 6B. RGB value is (212,190,107). Sum of RGB (Red+Green+Blue) = 212+190+107=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 107 (42.19% from 255 or 21.02% from 509); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BE6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BE6B is #2B4194. Grayscale: #BBBBBB. Windows color (decimal): -2834837 or 7061204. OLE color: 7061204.

HSL color Cylindrical-coordinate representation of color #D4BE6B: hue angle of 47.43º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4BE6B is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB212190107-
CMYK00.100.500.17
HSL47.43º54.97%62.55%-
HSV(B)47.43º49.53%83.14%-
XYZ48.2251.8921.38-
YUV187.1282.79145.75-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.65%
GREEN value IS 190 (74.61% from 255) = 37.33%
BLUE value IS 107 (42.19% from 255) = 21.02%
R=41.65%
G=37.33%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219010700.100.500.1747.4354.9762.55
HexD4BE6B0A32112f373f
Octal3242761530126221576777
Binary110101001011111011010110101011001010001101111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BE6B; }

 p { color: rgb(212,190,107); }

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

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

 a { background-color: rgb(212,190,107); }

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

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

 span { border-color: rgb(212,190,107); }

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