#D8BB61

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

Shades of Tacha #D8BB61

Tints of Tacha #D8BB61

Color information

#D8BB61 (or 0xD8BB61) is unknown color: approx Tacha. HEX triplet: D8, BB and 61. RGB value is (216,187,97). Sum of RGB (Red+Green+Blue) = 216+187+97=500 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.2% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 97 (38.28% from 255 or 19.4% from 500); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BB61 is #27449E. Grayscale: #B9B9B9. Windows color (decimal): -2573471 or 6405080. OLE color: 6405080.

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

Color convert

RGB21618797-
CMYK00.130.550.15
HSL45.38º60.41%61.37%-
HSV(B)45.38º55.09%84.71%-
XYZ48.255118.61-
YUV185.4178.11149.82-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.2%
GREEN value IS 187 (73.44% from 255) = 37.4%
BLUE value IS 97 (38.28% from 255) = 19.4%
R=43.2%
G=37.4%
B=19.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161879700.130.550.1545.3860.4161.37
HexD8BB610D37F2d3c3d
Octal3302731410156717557475
Binary11011000101110111100001011011101111111101101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BB61; }

 p { color: rgb(216,187,97); }

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

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

 a { background-color: rgb(216,187,97); }

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

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

 span { border-color: rgb(216,187,97); }

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