#D2B351

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

Shades of Tacha #D2B351

Tints of Tacha #D2B351

Color information

#D2B351 (or 0xD2B351) is unknown color: approx Tacha. HEX triplet: D2, B3 and 51. RGB value is (210,179,81). Sum of RGB (Red+Green+Blue) = 210+179+81=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 81 (32.03% from 255 or 17.23% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B351 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B351 is #2D4CAE. Grayscale: #B1B1B1. Windows color (decimal): -2968751 or 5354450. OLE color: 5354450.

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

Color convert

RGB21017981-
CMYK00.150.610.18
HSL45.58º58.9%57.06%-
HSV(B)45.58º61.43%82.35%-
XYZ44.1846.5414.44-
YUV177.173.77151.47-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.68%
GREEN value IS 179 (70.31% from 255) = 38.09%
BLUE value IS 81 (32.03% from 255) = 17.23%
R=44.68%
G=38.09%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101798100.150.610.1845.5858.957.06
HexD2B3510F3D122e3b39
Octal3222631210177522567371
Binary110100101011001110100010111111110110010101110111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B351; }

 p { color: rgb(210,179,81); }

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

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

 a { background-color: rgb(210,179,81); }

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

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

 span { border-color: rgb(210,179,81); }

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