#D5C054

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

Shades of Tacha #D5C054

Tints of Tacha #D5C054

Color information

#D5C054 (or 0xD5C054) is unknown color: approx Tacha. HEX triplet: D5, C0 and 54. RGB value is (213,192,84). Sum of RGB (Red+Green+Blue) = 213+192+84=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 84 (33.20% from 255 or 17.18% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C054 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C054 is #2A3FAB. Grayscale: #BABABA. Windows color (decimal): -2768812 or 5554389. OLE color: 5554389.

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

Color convert

RGB21319284-
CMYK00.100.610.16
HSL50.23º60.56%58.24%-
HSV(B)50.23º60.56%83.53%-
XYZ47.8952.4915.99-
YUV185.9770.46147.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.56%
GREEN value IS 192 (75.39% from 255) = 39.26%
BLUE value IS 84 (33.20% from 255) = 17.18%
R=43.56%
G=39.26%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131928400.100.610.1650.2360.5658.24
HexD5C0540A3D10323d3a
Octal3253001240127520627572
Binary110101011100000010101000101011110110000110010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C054; }

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

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

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

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

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

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

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

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