#D6C154

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

Shades of Tacha #D6C154

Tints of Tacha #D6C154

Color information

#D6C154 (or 0xD6C154) is unknown color: approx Tacha. HEX triplet: D6, C1 and 54. RGB value is (214,193,84). Sum of RGB (Red+Green+Blue) = 214+193+84=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 193 (75.78% from 255 or 39.31% from 491); Blue value is 84 (33.20% from 255 or 17.11% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C154 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C154 is #293EAB. Grayscale: #BBBBBB. Windows color (decimal): -2703020 or 5554646. OLE color: 5554646.

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

Color convert

RGB21419384-
CMYK00.100.610.16
HSL50.31º61.32%58.43%-
HSV(B)50.31º60.75%83.92%-
XYZ48.453.0816.08-
YUV186.8569.96147.36-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.58%
GREEN value IS 193 (75.78% from 255) = 39.31%
BLUE value IS 84 (33.20% from 255) = 17.11%
R=43.58%
G=39.31%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141938400.100.610.1650.3161.3258.43
HexD6C1540A3D10323d3a
Octal3263011240127520627572
Binary110101101100000110101000101011110110000110010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C154; }

 p { color: rgb(214,193,84); }

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

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

 a { background-color: rgb(214,193,84); }

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

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

 span { border-color: rgb(214,193,84); }

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