#D1B362

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

Shades of Tacha #D1B362

Tints of Tacha #D1B362

Color information

#D1B362 (or 0xD1B362) is unknown color: approx Tacha. HEX triplet: D1, B3 and 62. RGB value is (209,179,98). Sum of RGB (Red+Green+Blue) = 209+179+98=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 98 (38.67% from 255 or 20.16% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B362 is #2E4C9D. Grayscale: #B3B3B3. Windows color (decimal): -3034270 or 6468561. OLE color: 6468561.

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

Color convert

RGB20917998-
CMYK00.140.530.18
HSL43.78º54.68%60.2%-
HSV(B)43.78º53.11%81.96%-
XYZ44.6246.6818.21-
YUV178.7482.44149.59-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.00%
GREEN value IS 179 (70.31% from 255) = 36.83%
BLUE value IS 98 (38.67% from 255) = 20.16%
R=43.00%
G=36.83%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091799800.140.530.1843.7854.6860.2
HexD1B3620E35122c373c
Octal3212631420166522546774
Binary110100011011001111000100111011010110010101100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B362; }

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

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

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

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

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

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

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

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