#D5C45F

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

Shades of Tacha #D5C45F

Tints of Tacha #D5C45F

Color information

#D5C45F (or 0xD5C45F) is unknown color: approx Tacha. HEX triplet: D5, C4 and 5F. RGB value is (213,196,95). Sum of RGB (Red+Green+Blue) = 213+196+95=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 196 (76.95% from 255 or 38.89% from 504); Blue value is 95 (37.5% from 255 or 18.85% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C45F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C45F is #2A3BA0. Grayscale: #BDBDBD. Windows color (decimal): -2767777 or 6276309. OLE color: 6276309.

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

Color convert

RGB21319695-
CMYK00.080.550.16
HSL51.36º58.42%60.39%-
HSV(B)51.36º55.4%83.53%-
XYZ49.2554.4518.74-
YUV189.5774.63144.71-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.26%
GREEN value IS 196 (76.95% from 255) = 38.89%
BLUE value IS 95 (37.5% from 255) = 18.85%
R=42.26%
G=38.89%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131969500.080.550.1651.3658.4260.39
HexD5C45F083710333a3c
Octal3253041370106720637274
Binary110101011100010010111110100011011110000110011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C45F; }

 p { color: rgb(213,196,95); }

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

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

 a { background-color: rgb(213,196,95); }

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

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

 span { border-color: rgb(213,196,95); }

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