#D8B855

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

Shades of Tacha #D8B855

Tints of Tacha #D8B855

Color information

#D8B855 (or 0xD8B855) is unknown color: approx Tacha. HEX triplet: D8, B8 and 55. RGB value is (216,184,85). Sum of RGB (Red+Green+Blue) = 216+184+85=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 184 (72.27% from 255 or 37.94% from 485); Blue value is 85 (33.59% from 255 or 17.53% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B855 is #2747AA. Grayscale: #B6B6B6. Windows color (decimal): -2574251 or 5617880. OLE color: 5617880.

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

Color convert

RGB21618485-
CMYK00.150.610.15
HSL45.34º62.68%59.02%-
HSV(B)45.34º60.65%84.71%-
XYZ47.149.5415.67-
YUV182.2873.1152.05-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.54%
GREEN value IS 184 (72.27% from 255) = 37.94%
BLUE value IS 85 (33.59% from 255) = 17.53%
R=44.54%
G=37.94%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161848500.150.610.1545.3462.6859.02
HexD8B8550F3DF2d3f3b
Octal3302701250177517557773
Binary11011000101110001010101011111111011111101101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B855; }

 p { color: rgb(216,184,85); }

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

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

 a { background-color: rgb(216,184,85); }

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

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

 span { border-color: rgb(216,184,85); }

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