#D4C054

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

Shades of Tacha #D4C054

Tints of Tacha #D4C054

Color information

#D4C054 (or 0xD4C054) is unknown color: approx Tacha. HEX triplet: D4, C0 and 54. RGB value is (212,192,84). Sum of RGB (Red+Green+Blue) = 212+192+84=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 84 (33.20% from 255 or 17.21% from 488); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C054 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C054 is #2B3FAB. Grayscale: #BABABA. Windows color (decimal): -2834348 or 5554388. OLE color: 5554388.

HSL color Cylindrical-coordinate representation of color #D4C054: hue angle of 50.62º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D4C054 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.17.

Color convert

RGB21219284-
CMYK00.090.600.17
HSL50.62º59.81%58.04%-
HSV(B)50.62º60.38%83.14%-
XYZ47.652.3415.98-
YUV185.6770.63146.78-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.44%
GREEN value IS 192 (75.39% from 255) = 39.34%
BLUE value IS 84 (33.20% from 255) = 17.21%
R=43.44%
G=39.34%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121928400.090.600.1750.6259.8158.04
HexD4C054093C11333c3a
Octal3243001240117421637472
Binary110101001100000010101000100111110010001110011111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C054; }

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

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

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

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

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

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

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

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