#D1B650

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

Shades of Tacha #D1B650

Tints of Tacha #D1B650

Color information

#D1B650 (or 0xD1B650) is unknown color: approx Tacha. HEX triplet: D1, B6 and 50. RGB value is (209,182,80). Sum of RGB (Red+Green+Blue) = 209+182+80=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 80 (31.64% from 255 or 16.99% from 471); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B650 is #2E49AF. Grayscale: #B2B2B2. Windows color (decimal): -3033520 or 5289681. OLE color: 5289681.

HSL color Cylindrical-coordinate representation of color #D1B650: hue angle of 47.44º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D1B650 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB20918280-
CMYK00.130.620.18
HSL47.44º58.37%56.67%-
HSV(B)47.44º61.72%81.96%-
XYZ44.4747.5914.43-
YUV178.4472.45149.79-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.37%
GREEN value IS 182 (71.48% from 255) = 38.64%
BLUE value IS 80 (31.64% from 255) = 16.99%
R=44.37%
G=38.64%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091828000.130.620.1847.4458.3756.67
HexD1B6500D3E122f3a39
Octal3212661200157622577271
Binary110100011011011010100000110111111010010101111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B650; }

 p { color: rgb(209,182,80); }

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

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

 a { background-color: rgb(209,182,80); }

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

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

 span { border-color: rgb(209,182,80); }

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