#D0B356

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

Shades of Tacha #D0B356

Tints of Tacha #D0B356

Color information

#D0B356 (or 0xD0B356) is unknown color: approx Tacha. HEX triplet: D0, B3 and 56. RGB value is (208,179,86). Sum of RGB (Red+Green+Blue) = 208+179+86=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 86 (33.98% from 255 or 18.18% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B356 is #2F4CA9. Grayscale: #B1B1B1. Windows color (decimal): -3099818 or 5682128. OLE color: 5682128.

HSL color Cylindrical-coordinate representation of color #D0B356: hue angle of 45.74º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D0B356 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB20817986-
CMYK00.140.590.18
HSL45.74º56.48%57.65%-
HSV(B)45.74º58.65%81.57%-
XYZ43.8146.3215.44-
YUV177.0776.61150.06-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.97%
GREEN value IS 179 (70.31% from 255) = 37.84%
BLUE value IS 86 (33.98% from 255) = 18.18%
R=43.97%
G=37.84%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081798600.140.590.1845.7456.4857.65
HexD0B3560E3B122e383a
Octal3202631260167322567072
Binary110100001011001110101100111011101110010101110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B356; }

 p { color: rgb(208,179,86); }

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

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

 a { background-color: rgb(208,179,86); }

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

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

 span { border-color: rgb(208,179,86); }

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