Html Css Color HEX #D2B959 Tacha

📋 copy color: '#D2B959'

red 210 ◦ green 185 ◦ blue 89

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

Shades of Tacha #D2B959

Tints of Tacha #D2B959

RGB

 RED value IS 210 (82.42% from 255) = 43.39%

 GREEN value IS 185 (72.66% from 255) = 38.22%

 BLUE value IS 89 (35.16% from 255) = 18.39%

R = 43.39%
G = 38.22%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D2B959 (or 0xD2B959) is known color: Tacha. HEX triplet: D2, B9 and 59. RGB value is (210,185,89). Sum of RGB (Red+Green+Blue) = 210+185+89=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 89 (35.16% from 255 or 18.39% from 484); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B959 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B959 is #2D46A6. Grayscale: #B5B5B5. Windows color (decimal): -2967207 or 5880274. OLE color: 5880274.

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

Color convert

RGB 210 185 89 -
CMYK 0 0.12 0.58 0.18
HSL 47.6º 0.57% 0.59% -
HSV(B) 47.6º 0.58% 0.82% -
XYZ 45.73 49.12 16.52 -
YUV 181.53 75.78 148.31 -
System Red Green Blue C M Y K H S L
Decimal 210 185 89 0 0.12 0.58 0.18 47.6 0.57 0.59
Hex D2 B9 59 0 C 3A 12 30 39 3B
Octal 322 271 131 0 14 72 22 60 71 73
Binary 11010010 10111001 1011001 0 1100 111010 10010 110000 111001 111011

Color Harmonies of #D2B959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B959

Black with #D2B959

Text Example


Text Example

White with #D2B959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B959; }

 p { color: rgb(210,185,89); }

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

background-color css

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

 a { background-color: rgb(210,185,89); }

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

border-color css

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

 span { border-color: rgb(210,185,89); }

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