#D2B559

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

Shades of Tacha #D2B559

Tints of Tacha #D2B559

Color information

#D2B559 (or 0xD2B559) is unknown color: approx Tacha. HEX triplet: D2, B5 and 59. RGB value is (210,181,89). Sum of RGB (Red+Green+Blue) = 210+181+89=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 181 (71.09% from 255 or 37.71% from 480); Blue value is 89 (35.16% from 255 or 18.54% from 480); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B559 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B559 is #2D4AA6. Grayscale: #B3B3B3. Windows color (decimal): -2968231 or 5879250. OLE color: 5879250.

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

Color convert

RGB21018189-
CMYK00.140.580.18
HSL45.62º57.35%58.63%-
HSV(B)45.62º57.62%82.35%-
XYZ44.9147.4716.25-
YUV179.1877.11149.98-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.75%
GREEN value IS 181 (71.09% from 255) = 37.71%
BLUE value IS 89 (35.16% from 255) = 18.54%
R=43.75%
G=37.71%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101818900.140.580.1845.6257.3558.63
HexD2B5590E3A122e393b
Octal3222651310167222567173
Binary110100101011010110110010111011101010010101110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B559; }

 p { color: rgb(210,181,89); }

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

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

 a { background-color: rgb(210,181,89); }

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

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

 span { border-color: rgb(210,181,89); }

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