#D6C55D

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

Shades of Tacha #D6C55D

Tints of Tacha #D6C55D

Color information

#D6C55D (or 0xD6C55D) is unknown color: approx Tacha. HEX triplet: D6, C5 and 5D. RGB value is (214,197,93). Sum of RGB (Red+Green+Blue) = 214+197+93=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 93 (36.72% from 255 or 18.45% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C55D is #293AA2. Grayscale: #BEBEBE. Windows color (decimal): -2701987 or 6145494. OLE color: 6145494.

HSL color Cylindrical-coordinate representation of color #D6C55D: hue angle of 51.57º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6C55D is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21419793-
CMYK00.080.570.16
HSL51.57º59.61%60.2%-
HSV(B)51.57º56.54%83.92%-
XYZ49.6755.0218.36-
YUV190.2373.13144.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.46%
GREEN value IS 197 (77.34% from 255) = 39.09%
BLUE value IS 93 (36.72% from 255) = 18.45%
R=42.46%
G=39.09%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141979300.080.570.1651.5759.6160.2
HexD6C55D083910343c3c
Octal3263051350107120647474
Binary110101101100010110111010100011100110000110100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C55D; }

 p { color: rgb(214,197,93); }

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

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

 a { background-color: rgb(214,197,93); }

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

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

 span { border-color: rgb(214,197,93); }

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