#D9BB69

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

Shades of Tacha #D9BB69

Tints of Tacha #D9BB69

Color information

#D9BB69 (or 0xD9BB69) is unknown color: approx Tacha. HEX triplet: D9, BB and 69. RGB value is (217,187,105). Sum of RGB (Red+Green+Blue) = 217+187+105=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 187 (73.44% from 255 or 36.74% from 509); Blue value is 105 (41.41% from 255 or 20.63% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BB69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BB69 is #264496. Grayscale: #BABABA. Windows color (decimal): -2507927 or 6929369. OLE color: 6929369.

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

Color convert

RGB217187105-
CMYK00.140.520.15
HSL43.93º59.57%63.14%-
HSV(B)43.93º51.61%85.1%-
XYZ48.9451.3120.69-
YUV186.6281.94149.67-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.63%
GREEN value IS 187 (73.44% from 255) = 36.74%
BLUE value IS 105 (41.41% from 255) = 20.63%
R=42.63%
G=36.74%
B=20.63%

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
Decimal21718710500.140.520.1543.9359.5763.14
HexD9BB690E34F2c3c3f
Octal3312731510166417547477
Binary11011001101110111101001011101101001111101100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BB69; }

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

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

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

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

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

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

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

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