#d5c25d

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

Shades of Tacha #D5C25D

Tints of Tacha #D5C25D

Color information

#D5C25D (or 0xD5C25D) is unknown color: approx Tacha. HEX triplet: D5, C2 and 5D. RGB value is (213,194,93). Sum of RGB (Red+Green+Blue) = 213+194+93=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 93 (36.72% from 255 or 18.6% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C25D is #2A3DA2. Grayscale: #BCBCBC. Windows color (decimal): -2768291 or 6144725. OLE color: 6144725.

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

Color convert

RGB21319493-
CMYK00.090.560.16
HSL50.5º58.82%60%-
HSV(B)50.5º56.34%83.53%-
XYZ48.7153.5218.12-
YUV188.1774.29145.71-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.6%
GREEN value IS 194 (76.17% from 255) = 38.8%
BLUE value IS 93 (36.72% from 255) = 18.6%
R=42.6%
G=38.8%
B=18.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131949300.090.560.1650.558.8260
HexD5C25D093810323b3c
Octal3253021350117020627374
Binary110101011100001010111010100111100010000110010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5c25d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5c25d; }

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

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

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

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

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

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

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

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