#D4C361

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

Shades of Tacha #D4C361

Tints of Tacha #D4C361

Color information

#D4C361 (or 0xD4C361) is unknown color: approx Tacha. HEX triplet: D4, C3 and 61. RGB value is (212,195,97). Sum of RGB (Red+Green+Blue) = 212+195+97=504 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.06% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 97 (38.28% from 255 or 19.25% from 504); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C361 is #2B3C9E. Grayscale: #BDBDBD. Windows color (decimal): -2833567 or 6407124. OLE color: 6407124.

HSL color Cylindrical-coordinate representation of color #D4C361: hue angle of 51.13º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D4C361 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB21219597-
CMYK00.080.540.17
HSL51.13º57.21%60.59%-
HSV(B)51.13º54.25%83.14%-
XYZ48.8253.8919.14-
YUV188.9176.13144.47-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.06%
GREEN value IS 195 (76.56% from 255) = 38.69%
BLUE value IS 97 (38.28% from 255) = 19.25%
R=42.06%
G=38.69%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121959700.080.540.1751.1357.2160.59
HexD4C36108361133393d
Octal3243031410106621637175
Binary110101001100001111000010100011011010001110011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C361; }

 p { color: rgb(212,195,97); }

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

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

 a { background-color: rgb(212,195,97); }

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

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

 span { border-color: rgb(212,195,97); }

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