Html Css Color HEX #D1B352 Tacha

📋 copy color: '#D1B352'

red 209 ◦ green 179 ◦ blue 82

#D1B352
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tacha #D1B352

Tints of Tacha #D1B352

RGB

 RED value IS 209 (82.03% from 255) = 44.47%

 GREEN value IS 179 (70.31% from 255) = 38.09%

 BLUE value IS 82 (32.42% from 255) = 17.45%

R = 44.47%
G = 38.09%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D1B352 (or 0xD1B352) is known color: Tacha. HEX triplet: D1, B3 and 52. RGB value is (209,179,82). Sum of RGB (Red+Green+Blue) = 209+179+82=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 82 (32.42% from 255 or 17.45% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B352 is #2E4CAD. Grayscale: #B1B1B1. Windows color (decimal): -3034286 or 5419985. OLE color: 5419985.

HSL color Cylindrical-coordinate representation of color #D1B352: hue angle of 45.83º degrees, saturation: 0.58, 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 #D1B352 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 179 82 -
CMYK 0 0.14 0.61 0.18
HSL 45.83º 0.58% 0.57% -
HSV(B) 45.83º 0.61% 0.82% -
XYZ 43.94 46.4 14.62 -
YUV 176.91 74.44 150.89 -
System Red Green Blue C M Y K H S L
Decimal 209 179 82 0 0.14 0.61 0.18 45.83 0.58 0.57
Hex D1 B3 52 0 E 3D 12 2E 3A 39
Octal 321 263 122 0 16 75 22 56 72 71
Binary 11010001 10110011 1010010 0 1110 111101 10010 101110 111010 111001

Color Harmonies of #D1B352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B352

Black with #D1B352

Text Example


Text Example

White with #D1B352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B352; }

 p { color: rgb(209,179,82); }

 H1.HeaderClassName
 {
   color: #D1B352;
 }
 .AnyTagClassName
 {
   color: #D1B352;
 }
</style>

background-color css

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

 a { background-color: rgb(209,179,82); }

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

border-color css

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

 span { border-color: rgb(209,179,82); }

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