#D0B466

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

Shades of Tacha #D0B466

Tints of Tacha #D0B466

Color information

#D0B466 (or 0xD0B466) is unknown color: approx Tacha. HEX triplet: D0, B4 and 66. RGB value is (208,180,102). Sum of RGB (Red+Green+Blue) = 208+180+102=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 102 (40.23% from 255 or 20.82% from 490); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B466 is #2F4B99. Grayscale: #B3B3B3. Windows color (decimal): -3099546 or 6730960. OLE color: 6730960.

HSL color Cylindrical-coordinate representation of color #D0B466: hue angle of 44.15º 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 #D0B466 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB208180102-
CMYK00.130.510.18
HSL44.15º53%60.78%-
HSV(B)44.15º50.96%81.57%-
XYZ44.7347.0119.29-
YUV179.4884.28148.34-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.45%
GREEN value IS 180 (70.70% from 255) = 36.73%
BLUE value IS 102 (40.23% from 255) = 20.82%
R=42.45%
G=36.73%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818010200.130.510.1844.155360.78
HexD0B4660D33122c353d
Octal3202641460156322546575
Binary110100001011010011001100110111001110010101100110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B466; }

 p { color: rgb(208,180,102); }

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

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

 a { background-color: rgb(208,180,102); }

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

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

 span { border-color: rgb(208,180,102); }

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