#D1BE5C

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

Shades of Tacha #D1BE5C

Tints of Tacha #D1BE5C

Color information

#D1BE5C (or 0xD1BE5C) is unknown color: approx Tacha. HEX triplet: D1, BE and 5C. RGB value is (209,190,92). Sum of RGB (Red+Green+Blue) = 209+190+92=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 92 (36.33% from 255 or 18.74% from 491); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BE5C is #2E41A3. Grayscale: #B8B8B8. Windows color (decimal): -3031460 or 6078161. OLE color: 6078161.

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

Color convert

RGB20919092-
CMYK00.090.560.18
HSL50.26º55.98%59.02%-
HSV(B)50.26º55.98%81.96%-
XYZ46.6451.1517.54-
YUV184.5175.79145.47-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.57%
GREEN value IS 190 (74.61% from 255) = 38.70%
BLUE value IS 92 (36.33% from 255) = 18.74%
R=42.57%
G=38.70%
B=18.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091909200.090.560.1850.2655.9859.02
HexD1BE5C09381232383b
Octal3212761340117022627073
Binary110100011011111010111000100111100010010110010111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BE5C; }

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

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

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

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

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

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

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

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