#D2B453

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

Shades of Tacha #D2B453

Tints of Tacha #D2B453

Color information

#D2B453 (or 0xD2B453) is unknown color: approx Tacha. HEX triplet: D2, B4 and 53. RGB value is (210,180,83). Sum of RGB (Red+Green+Blue) = 210+180+83=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 180 (70.70% from 255 or 38.05% from 473); Blue value is 83 (32.81% from 255 or 17.55% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B453 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B453 is #2D4BAC. Grayscale: #B2B2B2. Windows color (decimal): -2968493 or 5485778. OLE color: 5485778.

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

Color convert

RGB21018083-
CMYK00.140.600.18
HSL45.83º58.53%57.45%-
HSV(B)45.83º60.48%82.35%-
XYZ44.4646.9714.91-
YUV177.9174.44150.89-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.40%
GREEN value IS 180 (70.70% from 255) = 38.05%
BLUE value IS 83 (32.81% from 255) = 17.55%
R=44.40%
G=38.05%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101808300.140.600.1845.8358.5357.45
HexD2B4530E3C122e3b39
Octal3222641230167422567371
Binary110100101011010010100110111011110010010101110111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B453; }

 p { color: rgb(210,180,83); }

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

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

 a { background-color: rgb(210,180,83); }

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

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

 span { border-color: rgb(210,180,83); }

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