#D2B256

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

Shades of Tacha #D2B256

Tints of Tacha #D2B256

Color information

#D2B256 (or 0xD2B256) is unknown color: approx Tacha. HEX triplet: D2, B2 and 56. RGB value is (210,178,86). Sum of RGB (Red+Green+Blue) = 210+178+86=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 178 (69.92% from 255 or 37.55% from 474); Blue value is 86 (33.98% from 255 or 18.14% from 474); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B256 is #2D4DA9. Grayscale: #B1B1B1. Windows color (decimal): -2969002 or 5681874. OLE color: 5681874.

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

Color convert

RGB21017886-
CMYK00.150.590.18
HSL44.52º57.94%58.04%-
HSV(B)44.52º59.05%82.35%-
XYZ44.1846.2115.4-
YUV177.0876.6151.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.30%
GREEN value IS 178 (69.92% from 255) = 37.55%
BLUE value IS 86 (33.98% from 255) = 18.14%
R=44.30%
G=37.55%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101788600.150.590.1844.5257.9458.04
HexD2B2560F3B122d3a3a
Octal3222621260177322557272
Binary110100101011001010101100111111101110010101101111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B256; }

 p { color: rgb(210,178,86); }

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

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

 a { background-color: rgb(210,178,86); }

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

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

 span { border-color: rgb(210,178,86); }

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