#D0B265

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

Shades of Tacha #D0B265

Tints of Tacha #D0B265

Color information

#D0B265 (or 0xD0B265) is unknown color: approx Tacha. HEX triplet: D0, B2 and 65. RGB value is (208,178,101). Sum of RGB (Red+Green+Blue) = 208+178+101=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 178 (69.92% from 255 or 36.55% from 487); Blue value is 101 (39.84% from 255 or 20.74% from 487); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0B265 is #2F4D9A. Grayscale: #B2B2B2. Windows color (decimal): -3100059 or 6664912. OLE color: 6664912.

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

Color convert

RGB208178101-
CMYK00.140.510.18
HSL43.18º53.23%60.59%-
HSV(B)43.18º51.44%81.57%-
XYZ44.2846.1918.89-
YUV178.1984.44149.26-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.71%
GREEN value IS 178 (69.92% from 255) = 36.55%
BLUE value IS 101 (39.84% from 255) = 20.74%
R=42.71%
G=36.55%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817810100.140.510.1843.1853.2360.59
HexD0B2650E33122b353d
Octal3202621450166322536575
Binary110100001011001011001010111011001110010101011110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B265; }

 p { color: rgb(208,178,101); }

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

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

 a { background-color: rgb(208,178,101); }

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

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

 span { border-color: rgb(208,178,101); }

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