#D9C35F

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

Shades of Tacha #D9C35F

Tints of Tacha #D9C35F

Color information

#D9C35F (or 0xD9C35F) is unknown color: approx Tacha. HEX triplet: D9, C3 and 5F. RGB value is (217,195,95). Sum of RGB (Red+Green+Blue) = 217+195+95=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 95 (37.5% from 255 or 18.74% from 507); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C35F is #263CA0. Grayscale: #BEBEBE. Windows color (decimal): -2505889 or 6276057. OLE color: 6276057.

HSL color Cylindrical-coordinate representation of color #D9C35F: hue angle of 49.18º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D9C35F is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB21719595-
CMYK00.100.560.15
HSL49.18º61.62%61.18%-
HSV(B)49.18º56.22%85.1%-
XYZ50.254.6118.72-
YUV190.1874.29147.13-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.80%
GREEN value IS 195 (76.56% from 255) = 38.46%
BLUE value IS 95 (37.5% from 255) = 18.74%
R=42.80%
G=38.46%
B=18.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171959500.100.560.1549.1861.6261.18
HexD9C35F0A38F313e3d
Octal3313031370127017617675
Binary11011001110000111011111010101110001111110001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C35F; }

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

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

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

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

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

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

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

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