#D5C55D

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

Shades of Tacha #D5C55D

Tints of Tacha #D5C55D

Color information

#D5C55D (or 0xD5C55D) is unknown color: approx Tacha. HEX triplet: D5, C5 and 5D. RGB value is (213,197,93). Sum of RGB (Red+Green+Blue) = 213+197+93=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 197 (77.34% from 255 or 39.17% from 503); Blue value is 93 (36.72% from 255 or 18.49% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C55D is #2A3AA2. Grayscale: #BEBEBE. Windows color (decimal): -2767523 or 6145493. OLE color: 6145493.

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

Color convert

RGB21319793-
CMYK00.080.560.16
HSL52º58.82%60%-
HSV(B)52º56.34%83.53%-
XYZ49.3854.8718.34-
YUV189.9373.3144.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.35%
GREEN value IS 197 (77.34% from 255) = 39.17%
BLUE value IS 93 (36.72% from 255) = 18.49%
R=42.35%
G=39.17%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131979300.080.560.165258.8260
HexD5C55D083810343b3c
Octal3253051350107020647374
Binary110101011100010110111010100011100010000110100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C55D; }

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

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

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

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

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

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

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

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