#D5C254

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

Shades of Tacha #D5C254

Tints of Tacha #D5C254

Color information

#D5C254 (or 0xD5C254) is unknown color: approx Tacha. HEX triplet: D5, C2 and 54. RGB value is (213,194,84). Sum of RGB (Red+Green+Blue) = 213+194+84=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 194 (76.17% from 255 or 39.51% from 491); Blue value is 84 (33.20% from 255 or 17.11% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C254 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C254 is #2A3DAB. Grayscale: #BBBBBB. Windows color (decimal): -2768300 or 5554901. OLE color: 5554901.

HSL color Cylindrical-coordinate representation of color #D5C254: hue angle of 51.16º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D5C254 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB21319484-
CMYK00.090.610.16
HSL51.16º60.56%58.24%-
HSV(B)51.16º60.56%83.53%-
XYZ48.3353.3716.14-
YUV187.1469.79146.44-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.38%
GREEN value IS 194 (76.17% from 255) = 39.51%
BLUE value IS 84 (33.20% from 255) = 17.11%
R=43.38%
G=39.51%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131948400.090.610.1651.1660.5658.24
HexD5C254093D10333d3a
Octal3253021240117520637572
Binary110101011100001010101000100111110110000110011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C254; }

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

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

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

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

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

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

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

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