Html Css Color HEX #D5783A Tango

📋 copy color: '#D5783A'

red 213 ◦ green 120 ◦ blue 58

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

Shades of Tango #D5783A

Tints of Tango #D5783A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.69%

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

R = 54.48%
G = 30.69%
B = 14.83%

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

#D5783A (or 0xD5783A) is known color: Tango. HEX triplet: D5, 78 and 3A. RGB value is (213,120,58). Sum of RGB (Red+Green+Blue) = 213+120+58=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 58 (23.05% from 255 or 14.83% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D5783A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5783A is #2A87C5. Grayscale: #8D8D8D. Windows color (decimal): -2787270 or 3832021. OLE color: 3832021.

HSL color Cylindrical-coordinate representation of color #D5783A: hue angle of 24º 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 #D5783A is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 120 58 -
CMYK 0 0.44 0.73 0.16
HSL 24º 0.65% 0.53% -
HSV(B) 24º 0.73% 0.84% -
XYZ 34.92 27.88 7.54 -
YUV 140.74 81.31 179.54 -
System Red Green Blue C M Y K H S L
Decimal 213 120 58 0 0.44 0.73 0.16 24 0.65 0.53
Hex D5 78 3A 0 2C 49 10 18 41 35
Octal 325 170 72 0 54 111 20 30 101 65
Binary 11010101 1111000 111010 0 101100 1001001 10000 11000 1000001 110101

Color Harmonies of #D5783A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5783A

Black with #D5783A

Text Example


Text Example

White with #D5783A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5783A; }

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

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

background-color css

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

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

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

border-color css

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

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

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