#d8bc68

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

Shades of Tacha #D8BC68

Tints of Tacha #D8BC68

Color information

#D8BC68 (or 0xD8BC68) is unknown color: approx Tacha. HEX triplet: D8, BC and 68. RGB value is (216,188,104). Sum of RGB (Red+Green+Blue) = 216+188+104=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 104 (41.02% from 255 or 20.47% from 508); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BC68 is #274397. Grayscale: #BBBBBB. Windows color (decimal): -2573208 or 6864088. OLE color: 6864088.

HSL color Cylindrical-coordinate representation of color #D8BC68: hue angle of 45º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D8BC68 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB216188104-
CMYK00.130.520.15
HSL45º58.95%62.75%-
HSV(B)45º51.85%84.71%-
XYZ48.851.5620.48-
YUV186.881.28148.83-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.52%
GREEN value IS 188 (73.83% from 255) = 37.01%
BLUE value IS 104 (41.02% from 255) = 20.47%
R=42.52%
G=37.01%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618810400.130.520.154558.9562.75
HexD8BC680D34F2d3b3f
Octal3302741500156417557377
Binary11011000101111001101000011011101001111101101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8bc68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8bc68; }

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

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

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

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

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

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

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

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