#D1B15C

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

Shades of Tacha #D1B15C

Tints of Tacha #D1B15C

Color information

#D1B15C (or 0xD1B15C) is unknown color: approx Tacha. HEX triplet: D1, B1 and 5C. RGB value is (209,177,92). Sum of RGB (Red+Green+Blue) = 209+177+92=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 92 (36.33% from 255 or 19.25% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1B15C is #2E4EA3. Grayscale: #B1B1B1. Windows color (decimal): -3034788 or 6074833. OLE color: 6074833.

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

Color convert

RGB20917792-
CMYK00.150.560.18
HSL43.59º55.98%59.02%-
HSV(B)43.59º55.98%81.96%-
XYZ43.9545.7716.64-
YUV176.8880.1150.91-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.72%
GREEN value IS 177 (69.53% from 255) = 37.03%
BLUE value IS 92 (36.33% from 255) = 19.25%
R=43.72%
G=37.03%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091779200.150.560.1843.5955.9859.02
HexD1B15C0F38122c383b
Octal3212611340177022547073
Binary110100011011000110111000111111100010010101100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B15C; }

 p { color: rgb(209,177,92); }

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

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

 a { background-color: rgb(209,177,92); }

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

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

 span { border-color: rgb(209,177,92); }

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