#D1B25F

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

Shades of Tacha #D1B25F

Tints of Tacha #D1B25F

Color information

#D1B25F (or 0xD1B25F) is unknown color: approx Tacha. HEX triplet: D1, B2 and 5F. RGB value is (209,178,95). Sum of RGB (Red+Green+Blue) = 209+178+95=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 95 (37.5% from 255 or 19.71% from 482); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B25F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1B25F is #2E4DA0. Grayscale: #B2B2B2. Windows color (decimal): -3034529 or 6271697. OLE color: 6271697.

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

Color convert

RGB20917895-
CMYK00.150.550.18
HSL43.68º55.34%59.61%-
HSV(B)43.68º54.55%81.96%-
XYZ44.2846.2217.41-
YUV177.8181.27150.25-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.36%
GREEN value IS 178 (69.92% from 255) = 36.93%
BLUE value IS 95 (37.5% from 255) = 19.71%
R=43.36%
G=36.93%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091789500.150.550.1843.6855.3459.61
HexD1B25F0F37122c373c
Octal3212621370176722546774
Binary110100011011001010111110111111011110010101100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B25F; }

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

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

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

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

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

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

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

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