#D2B257

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

Shades of Tacha #D2B257

Tints of Tacha #D2B257

Color information

#D2B257 (or 0xD2B257) is unknown color: approx Tacha. HEX triplet: D2, B2 and 57. RGB value is (210,178,87). Sum of RGB (Red+Green+Blue) = 210+178+87=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 178 (69.92% from 255 or 37.47% from 475); Blue value is 87 (34.38% from 255 or 18.32% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B257 is #2D4DA8. Grayscale: #B1B1B1. Windows color (decimal): -2969001 or 5747410. OLE color: 5747410.

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

Color convert

RGB21017887-
CMYK00.150.590.18
HSL44.39º57.75%58.24%-
HSV(B)44.39º58.57%82.35%-
XYZ44.2246.2315.61-
YUV177.1977.1151.4-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.21%
GREEN value IS 178 (69.92% from 255) = 37.47%
BLUE value IS 87 (34.38% from 255) = 18.32%
R=44.21%
G=37.47%
B=18.32%

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
Decimal2101788700.150.590.1844.3957.7558.24
HexD2B2570F3B122c3a3a
Octal3222621270177322547272
Binary110100101011001010101110111111101110010101100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B257; }

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

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

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

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

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

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

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

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