#D6C363

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

Shades of Tacha #D6C363

Tints of Tacha #D6C363

Color information

#D6C363 (or 0xD6C363) is unknown color: approx Tacha. HEX triplet: D6, C3 and 63. RGB value is (214,195,99). Sum of RGB (Red+Green+Blue) = 214+195+99=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 195 (76.56% from 255 or 38.39% from 508); Blue value is 99 (39.06% from 255 or 19.49% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C363 is #293C9C. Grayscale: #BEBEBE. Windows color (decimal): -2702493 or 6538198. OLE color: 6538198.

HSL color Cylindrical-coordinate representation of color #D6C363: hue angle of 50.09º 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 #D6C363 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB21419599-
CMYK00.090.540.16
HSL50.09º58.38%61.37%-
HSV(B)50.09º53.74%83.92%-
XYZ49.554.2319.66-
YUV189.7476.79145.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.13%
GREEN value IS 195 (76.56% from 255) = 38.39%
BLUE value IS 99 (39.06% from 255) = 19.49%
R=42.13%
G=38.39%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141959900.090.540.1650.0958.3861.37
HexD6C363093610323a3d
Octal3263031430116620627275
Binary110101101100001111000110100111011010000110010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C363; }

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

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

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

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

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

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

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

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