Html Css Color HEX #D0B959 Tacha

📋 copy color: '#D0B959'

red 208 ◦ green 185 ◦ blue 89

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

Shades of Tacha #D0B959

Tints of Tacha #D0B959

RGB

 RED value IS 208 (81.64% from 255) = 43.15%

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

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

R = 43.15%
G = 38.38%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D0B959 (or 0xD0B959) is known color: Tacha. HEX triplet: D0, B9 and 59. RGB value is (208,185,89). Sum of RGB (Red+Green+Blue) = 208+185+89=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 89 (35.16% from 255 or 18.46% from 482); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B959 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B959 is #2F46A6. Grayscale: #B5B5B5. Windows color (decimal): -3098279 or 5880272. OLE color: 5880272.

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

Color convert

RGB 208 185 89 -
CMYK 0 0.11 0.57 0.18
HSL 48.4º 0.56% 0.58% -
HSV(B) 48.4º 0.57% 0.82% -
XYZ 45.16 48.83 16.5 -
YUV 180.93 76.12 147.31 -
System Red Green Blue C M Y K H S L
Decimal 208 185 89 0 0.11 0.57 0.18 48.4 0.56 0.58
Hex D0 B9 59 0 B 39 12 30 38 3A
Octal 320 271 131 0 13 71 22 60 70 72
Binary 11010000 10111001 1011001 0 1011 111001 10010 110000 111000 111010

Color Harmonies of #D0B959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B959

Black with #D0B959

Text Example


Text Example

White with #D0B959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B959; }

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

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

background-color css

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

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

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

border-color css

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

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

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