#D1B35F

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

Shades of Tacha #D1B35F

Tints of Tacha #D1B35F

Color information

#D1B35F (or 0xD1B35F) is unknown color: approx Tacha. HEX triplet: D1, B3 and 5F. RGB value is (209,179,95). Sum of RGB (Red+Green+Blue) = 209+179+95=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 95 (37.5% from 255 or 19.67% from 483); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B35F is #2E4CA0. Grayscale: #B2B2B2. Windows color (decimal): -3034273 or 6271953. OLE color: 6271953.

HSL color Cylindrical-coordinate representation of color #D1B35F: hue angle of 44.21º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D1B35F is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB20917995-
CMYK00.140.550.18
HSL44.21º55.34%59.61%-
HSV(B)44.21º54.55%81.96%-
XYZ44.4846.6217.48-
YUV178.3980.94149.83-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.27%
GREEN value IS 179 (70.31% from 255) = 37.06%
BLUE value IS 95 (37.5% from 255) = 19.67%
R=43.27%
G=37.06%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091799500.140.550.1844.2155.3459.61
HexD1B35F0E37122c373c
Octal3212631370166722546774
Binary110100011011001110111110111011011110010101100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B35F; }

 p { color: rgb(209,179,95); }

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

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

 a { background-color: rgb(209,179,95); }

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

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

 span { border-color: rgb(209,179,95); }

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