#D5C35F

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

Shades of Tacha #D5C35F

Tints of Tacha #D5C35F

Color information

#D5C35F (or 0xD5C35F) is unknown color: approx Tacha. HEX triplet: D5, C3 and 5F. RGB value is (213,195,95). Sum of RGB (Red+Green+Blue) = 213+195+95=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 195 (76.56% from 255 or 38.77% from 503); Blue value is 95 (37.5% from 255 or 18.89% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C35F is #2A3CA0. Grayscale: #BDBDBD. Windows color (decimal): -2768033 or 6276053. OLE color: 6276053.

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

Color convert

RGB21319595-
CMYK00.080.550.16
HSL50.85º58.42%60.39%-
HSV(B)50.85º55.4%83.53%-
XYZ49.025418.67-
YUV188.9874.96145.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.35%
GREEN value IS 195 (76.56% from 255) = 38.77%
BLUE value IS 95 (37.5% from 255) = 18.89%
R=42.35%
G=38.77%
B=18.89%

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
Decimal2131959500.080.550.1650.8558.4260.39
HexD5C35F083710333a3c
Octal3253031370106720637274
Binary110101011100001110111110100011011110000110011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C35F; }

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

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

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

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

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

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

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

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