#D5C25B

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

Shades of Tacha #D5C25B

Tints of Tacha #D5C25B

Color information

#D5C25B (or 0xD5C25B) is unknown color: approx Tacha. HEX triplet: D5, C2 and 5B. RGB value is (213,194,91). Sum of RGB (Red+Green+Blue) = 213+194+91=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 91 (35.94% from 255 or 18.27% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C25B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C25B is #2A3DA4. Grayscale: #BCBCBC. Windows color (decimal): -2768293 or 6013653. OLE color: 6013653.

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

Color convert

RGB21319491-
CMYK00.090.570.16
HSL50.66º59.22%59.61%-
HSV(B)50.66º57.28%83.53%-
XYZ48.6253.4917.66-
YUV187.9473.29145.88-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.77%
GREEN value IS 194 (76.17% from 255) = 38.96%
BLUE value IS 91 (35.94% from 255) = 18.27%
R=42.77%
G=38.96%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131949100.090.570.1650.6659.2259.61
HexD5C25B093910333b3c
Octal3253021330117120637374
Binary110101011100001010110110100111100110000110011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C25B; }

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

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

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

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

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

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

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

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