#D4BC68

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

Shades of Tacha #D4BC68

Tints of Tacha #D4BC68

Color information

#D4BC68 (or 0xD4BC68) is unknown color: approx Tacha. HEX triplet: D4, BC and 68. RGB value is (212,188,104). Sum of RGB (Red+Green+Blue) = 212+188+104=504 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.06% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 104 (41.02% from 255 or 20.63% from 504); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BC68 is #2B4397. Grayscale: #B9B9B9. Windows color (decimal): -2835352 or 6864084. OLE color: 6864084.

HSL color Cylindrical-coordinate representation of color #D4BC68: hue angle of 46.67º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D4BC68 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB212188104-
CMYK00.110.510.17
HSL46.67º55.67%61.96%-
HSV(B)46.67º50.94%83.14%-
XYZ47.6350.9620.42-
YUV185.681.95146.83-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.06%
GREEN value IS 188 (73.83% from 255) = 37.30%
BLUE value IS 104 (41.02% from 255) = 20.63%
R=42.06%
G=37.30%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218810400.110.510.1746.6755.6761.96
HexD4BC680B33112f383e
Octal3242741500136321577076
Binary110101001011110011010000101111001110001101111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BC68; }

 p { color: rgb(212,188,104); }

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

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

 a { background-color: rgb(212,188,104); }

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

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

 span { border-color: rgb(212,188,104); }

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