#D9B966

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

Shades of Tacha #D9B966

Tints of Tacha #D9B966

Color information

#D9B966 (or 0xD9B966) is unknown color: approx Tacha. HEX triplet: D9, B9 and 66. RGB value is (217,185,102). Sum of RGB (Red+Green+Blue) = 217+185+102=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 102 (40.23% from 255 or 20.24% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B966 is #264699. Grayscale: #B9B9B9. Windows color (decimal): -2508442 or 6732249. OLE color: 6732249.

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

Color convert

RGB217185102-
CMYK00.150.530.15
HSL43.3º60.21%62.55%-
HSV(B)43.3º53%85.1%-
XYZ48.3650.4119.75-
YUV185.1181.1150.75-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.06%
GREEN value IS 185 (72.66% from 255) = 36.71%
BLUE value IS 102 (40.23% from 255) = 20.24%
R=43.06%
G=36.71%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718510200.150.530.1543.360.2162.55
HexD9B9660F35F2b3c3f
Octal3312711460176517537477
Binary11011001101110011100110011111101011111101011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B966; }

 p { color: rgb(217,185,102); }

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

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

 a { background-color: rgb(217,185,102); }

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

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

 span { border-color: rgb(217,185,102); }

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