#D0B96A

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

Shades of Tacha #D0B96A

Tints of Tacha #D0B96A

Color information

#D0B96A (or 0xD0B96A) is unknown color: approx Tacha. HEX triplet: D0, B9 and 6A. RGB value is (208,185,106). Sum of RGB (Red+Green+Blue) = 208+185+106=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 106 (41.80% from 255 or 21.24% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B96A is #2F4695. Grayscale: #B7B7B7. Windows color (decimal): -3098262 or 6994384. OLE color: 6994384.

HSL color Cylindrical-coordinate representation of color #D0B96A: hue angle of 46.47º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D0B96A is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB208185106-
CMYK00.110.490.18
HSL46.47º52.04%61.57%-
HSV(B)46.47º49.04%81.57%-
XYZ45.9649.1520.7-
YUV182.8784.62145.92-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.68%
GREEN value IS 185 (72.66% from 255) = 37.07%
BLUE value IS 106 (41.80% from 255) = 21.24%
R=41.68%
G=37.07%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818510600.110.490.1846.4752.0461.57
HexD0B96A0B31122e343e
Octal3202711520136122566476
Binary110100001011100111010100101111000110010101110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B96A; }

 p { color: rgb(208,185,106); }

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

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

 a { background-color: rgb(208,185,106); }

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

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

 span { border-color: rgb(208,185,106); }

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