#D6B863

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

Shades of Tacha #D6B863

Tints of Tacha #D6B863

Color information

#D6B863 (or 0xD6B863) is unknown color: approx Tacha. HEX triplet: D6, B8 and 63. RGB value is (214,184,99). Sum of RGB (Red+Green+Blue) = 214+184+99=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 184 (72.27% from 255 or 37.02% from 497); Blue value is 99 (39.06% from 255 or 19.92% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B863 is #29479C. Grayscale: #B7B7B7. Windows color (decimal): -2705309 or 6535382. OLE color: 6535382.

HSL color Cylindrical-coordinate representation of color #D6B863: hue angle of 44.35º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D6B863 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB21418499-
CMYK00.140.540.16
HSL44.35º58.38%61.37%-
HSV(B)44.35º53.74%83.92%-
XYZ47.1249.4818.87-
YUV183.2880.44149.91-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.06%
GREEN value IS 184 (72.27% from 255) = 37.02%
BLUE value IS 99 (39.06% from 255) = 19.92%
R=43.06%
G=37.02%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141849900.140.540.1644.3558.3861.37
HexD6B8630E36102c3a3d
Octal3262701430166620547275
Binary110101101011100011000110111011011010000101100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B863; }

 p { color: rgb(214,184,99); }

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

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

 a { background-color: rgb(214,184,99); }

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

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

 span { border-color: rgb(214,184,99); }

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