#D2C55D

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

Shades of Tacha #D2C55D

Tints of Tacha #D2C55D

Color information

#D2C55D (or 0xD2C55D) is unknown color: approx Tacha. HEX triplet: D2, C5 and 5D. RGB value is (210,197,93). Sum of RGB (Red+Green+Blue) = 210+197+93=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 197 (77.34% from 255 or 39.4% from 500); Blue value is 93 (36.72% from 255 or 18.6% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C55D is #2D3AA2. Grayscale: #BDBDBD. Windows color (decimal): -2964131 or 6145490. OLE color: 6145490.

HSL color Cylindrical-coordinate representation of color #D2C55D: hue angle of 53.33º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D2C55D is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB21019793-
CMYK00.060.560.18
HSL53.33º56.52%59.41%-
HSV(B)53.33º55.71%82.35%-
XYZ48.5254.4218.3-
YUV189.0373.81142.96-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42%
GREEN value IS 197 (77.34% from 255) = 39.4%
BLUE value IS 93 (36.72% from 255) = 18.6%
R=42%
G=39.4%
B=18.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101979300.060.560.1853.3356.5259.41
HexD2C55D06381235393b
Octal322305135067022657173
Binary11010010110001011011101011011100010010110101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C55D; }

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

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

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

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

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

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

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

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