#D9B968

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

Shades of Tacha #D9B968

Tints of Tacha #D9B968

Color information

#D9B968 (or 0xD9B968) is unknown color: approx Tacha. HEX triplet: D9, B9 and 68. RGB value is (217,185,104). Sum of RGB (Red+Green+Blue) = 217+185+104=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 104 (41.02% from 255 or 20.55% from 506); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B968 is #264697. Grayscale: #B9B9B9. Windows color (decimal): -2508440 or 6863321. OLE color: 6863321.

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

Color convert

RGB217185104-
CMYK00.150.520.15
HSL43.01º59.79%62.94%-
HSV(B)43.01º52.07%85.1%-
XYZ48.4650.4520.28-
YUV185.3382.1150.59-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.89%
GREEN value IS 185 (72.66% from 255) = 36.56%
BLUE value IS 104 (41.02% from 255) = 20.55%
R=42.89%
G=36.56%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718510400.150.520.1543.0159.7962.94
HexD9B9680F34F2b3c3f
Octal3312711500176417537477
Binary11011001101110011101000011111101001111101011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B968; }

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

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

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

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

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

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

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

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