#D7BB69

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

Shades of Tacha #D7BB69

Tints of Tacha #D7BB69

Color information

#D7BB69 (or 0xD7BB69) is unknown color: approx Tacha. HEX triplet: D7, BB and 69. RGB value is (215,187,105). Sum of RGB (Red+Green+Blue) = 215+187+105=507 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.41% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 105 (41.41% from 255 or 20.71% from 507); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BB69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BB69 is #284496. Grayscale: #BABABA. Windows color (decimal): -2638999 or 6929367. OLE color: 6929367.

HSL color Cylindrical-coordinate representation of color #D7BB69: hue angle of 44.73º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D7BB69 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB215187105-
CMYK00.130.510.16
HSL44.73º57.89%62.75%-
HSV(B)44.73º51.16%84.31%-
XYZ48.3451.0120.66-
YUV186.0282.28148.67-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.41%
GREEN value IS 187 (73.44% from 255) = 36.88%
BLUE value IS 105 (41.41% from 255) = 20.71%
R=42.41%
G=36.88%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518710500.130.510.1644.7357.8962.75
HexD7BB690D33102d3a3f
Octal3272731510156320557277
Binary110101111011101111010010110111001110000101101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BB69; }

 p { color: rgb(215,187,105); }

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

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

 a { background-color: rgb(215,187,105); }

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

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

 span { border-color: rgb(215,187,105); }

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