#D1B462

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

Shades of Tacha #D1B462

Tints of Tacha #D1B462

Color information

#D1B462 (or 0xD1B462) is unknown color: approx Tacha. HEX triplet: D1, B4 and 62. RGB value is (209,180,98). Sum of RGB (Red+Green+Blue) = 209+180+98=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 98 (38.67% from 255 or 20.12% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B462 is #2E4B9D. Grayscale: #B3B3B3. Windows color (decimal): -3034014 or 6468817. OLE color: 6468817.

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

Color convert

RGB20918098-
CMYK00.140.530.18
HSL44.32º54.68%60.2%-
HSV(B)44.32º53.11%81.96%-
XYZ44.8247.0818.28-
YUV179.3282.11149.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.92%
GREEN value IS 180 (70.70% from 255) = 36.96%
BLUE value IS 98 (38.67% from 255) = 20.12%
R=42.92%
G=36.96%
B=20.12%

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
Decimal2091809800.140.530.1844.3254.6860.2
HexD1B4620E35122c373c
Octal3212641420166522546774
Binary110100011011010011000100111011010110010101100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B462; }

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

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

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

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

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

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

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

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