#D8B968

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

Shades of Tacha #D8B968

Tints of Tacha #D8B968

Color information

#D8B968 (or 0xD8B968) is unknown color: approx Tacha. HEX triplet: D8, B9 and 68. RGB value is (216,185,104). Sum of RGB (Red+Green+Blue) = 216+185+104=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 185 (72.66% from 255 or 36.63% from 505); Blue value is 104 (41.02% from 255 or 20.59% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B968 is #274697. Grayscale: #B9B9B9. Windows color (decimal): -2573976 or 6863320. OLE color: 6863320.

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

Color convert

RGB216185104-
CMYK00.140.520.15
HSL43.39º58.95%62.75%-
HSV(B)43.39º51.85%84.71%-
XYZ48.1750.320.27-
YUV185.0482.27150.09-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.77%
GREEN value IS 185 (72.66% from 255) = 36.63%
BLUE value IS 104 (41.02% from 255) = 20.59%
R=42.77%
G=36.63%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618510400.140.520.1543.3958.9562.75
HexD8B9680E34F2b3b3f
Octal3302711500166417537377
Binary11011000101110011101000011101101001111101011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B968; }

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

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

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

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

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

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

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

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