#D5C55B

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

Shades of Tacha #D5C55B

Tints of Tacha #D5C55B

Color information

#D5C55B (or 0xD5C55B) is unknown color: approx Tacha. HEX triplet: D5, C5 and 5B. RGB value is (213,197,91). Sum of RGB (Red+Green+Blue) = 213+197+91=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 197 (77.34% from 255 or 39.32% from 501); Blue value is 91 (35.94% from 255 or 18.16% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C55B is #2A3AA4. Grayscale: #BEBEBE. Windows color (decimal): -2767525 or 6014421. OLE color: 6014421.

HSL color Cylindrical-coordinate representation of color #D5C55B: hue angle of 52.13º degrees, saturation: 0.59, 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 #D5C55B is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21319791-
CMYK00.080.570.16
HSL52.13º59.22%59.61%-
HSV(B)52.13º57.28%83.53%-
XYZ49.354.8317.88-
YUV189.772.3144.62-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.51%
GREEN value IS 197 (77.34% from 255) = 39.32%
BLUE value IS 91 (35.94% from 255) = 18.16%
R=42.51%
G=39.32%
B=18.16%

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
Decimal2131979100.080.570.1652.1359.2259.61
HexD5C55B083910343b3c
Octal3253051330107120647374
Binary110101011100010110110110100011100110000110100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C55B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C55B; }

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

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

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

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

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

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

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

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