Html Css Color HEX #D1B950 Tacha

📋 copy color: '#D1B950'

red 209 ◦ green 185 ◦ blue 80

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

Shades of Tacha #D1B950

Tints of Tacha #D1B950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.88%

R = 44.09%
G = 39.03%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D1B950 (or 0xD1B950) is known color: Tacha. HEX triplet: D1, B9 and 50. RGB value is (209,185,80). Sum of RGB (Red+Green+Blue) = 209+185+80=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 80 (31.64% from 255 or 16.88% from 474); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B950 is #2E46AF. Grayscale: #B4B4B4. Windows color (decimal): -3032752 or 5290449. OLE color: 5290449.

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

Color convert

RGB 209 185 80 -
CMYK 0 0.11 0.62 0.18
HSL 48.84º 0.58% 0.57% -
HSV(B) 48.84º 0.62% 0.82% -
XYZ 45.09 48.83 14.64 -
YUV 180.21 71.45 148.54 -
System Red Green Blue C M Y K H S L
Decimal 209 185 80 0 0.11 0.62 0.18 48.84 0.58 0.57
Hex D1 B9 50 0 B 3E 12 31 3A 39
Octal 321 271 120 0 13 76 22 61 72 71
Binary 11010001 10111001 1010000 0 1011 111110 10010 110001 111010 111001

Color Harmonies of #D1B950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B950

Black with #D1B950

Text Example


Text Example

White with #D1B950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B950; }

 p { color: rgb(209,185,80); }

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

background-color css

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

 a { background-color: rgb(209,185,80); }

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

border-color css

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

 span { border-color: rgb(209,185,80); }

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