Html Css Color HEX #D1C050 Tacha

📋 copy color: '#D1C050'

red 209 ◦ green 192 ◦ blue 80

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

Shades of Tacha #D1C050

Tints of Tacha #D1C050

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.92%

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

R = 43.45%
G = 39.92%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D1C050 (or 0xD1C050) is known color: Tacha. HEX triplet: D1, C0 and 50. RGB value is (209,192,80). Sum of RGB (Red+Green+Blue) = 209+192+80=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 80 (31.64% from 255 or 16.63% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C050 is #2E3FAF. Grayscale: #B8B8B8. Windows color (decimal): -3030960 or 5292241. OLE color: 5292241.

HSL color Cylindrical-coordinate representation of color #D1C050: hue angle of 52.09º 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 #D1C050 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 192 80 -
CMYK 0 0.08 0.62 0.18
HSL 52.09º 0.58% 0.57% -
HSV(B) 52.09º 0.62% 0.82% -
XYZ 46.59 51.83 15.14 -
YUV 184.32 69.13 145.61 -
System Red Green Blue C M Y K H S L
Decimal 209 192 80 0 0.08 0.62 0.18 52.09 0.58 0.57
Hex D1 C0 50 0 8 3E 12 34 3A 39
Octal 321 300 120 0 10 76 22 64 72 71
Binary 11010001 11000000 1010000 0 1000 111110 10010 110100 111010 111001

Color Harmonies of #D1C050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C050

Black with #D1C050

Text Example


Text Example

White with #D1C050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C050; }

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

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

background-color css

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

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

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

border-color css

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

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

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