Html Css Color HEX #D5773A Tango

📋 copy color: '#D5773A'

red 213 ◦ green 119 ◦ blue 58

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

Shades of Tango #D5773A

Tints of Tango #D5773A

RGB

 RED value IS 213 (83.59% from 255) = 54.62%

 GREEN value IS 119 (46.88% from 255) = 30.51%

 BLUE value IS 58 (23.05% from 255) = 14.87%

R = 54.62%
G = 30.51%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D5773A (or 0xD5773A) is known color: Tango. HEX triplet: D5, 77 and 3A. RGB value is (213,119,58). Sum of RGB (Red+Green+Blue) = 213+119+58=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 58 (23.05% from 255 or 14.87% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D5773A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5773A is #2A88C5. Grayscale: #8C8C8C. Windows color (decimal): -2787526 or 3831765. OLE color: 3831765.

HSL color Cylindrical-coordinate representation of color #D5773A: hue angle of 23.61º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D5773A is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 119 58 -
CMYK 0 0.44 0.73 0.16
HSL 23.61º 0.65% 0.53% -
HSV(B) 23.61º 0.73% 0.84% -
XYZ 34.8 27.65 7.5 -
YUV 140.15 81.64 179.96 -
System Red Green Blue C M Y K H S L
Decimal 213 119 58 0 0.44 0.73 0.16 23.61 0.65 0.53
Hex D5 77 3A 0 2C 49 10 18 41 35
Octal 325 167 72 0 54 111 20 30 101 65
Binary 11010101 1110111 111010 0 101100 1001001 10000 11000 1000001 110101

Color Harmonies of #D5773A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5773A

Black with #D5773A

Text Example


Text Example

White with #D5773A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5773A; }

 p { color: rgb(213,119,58); }

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

background-color css

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

 a { background-color: rgb(213,119,58); }

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

border-color css

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

 span { border-color: rgb(213,119,58); }

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