Html Css Color HEX #D5782F Tango

📋 copy color: '#D5782F'

red 213 ◦ green 120 ◦ blue 47

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

Shades of Tango #D5782F

Tints of Tango #D5782F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.37%

R = 56.05%
G = 31.58%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D5782F (or 0xD5782F) is known color: Tango. HEX triplet: D5, 78 and 2F. RGB value is (213,120,47). Sum of RGB (Red+Green+Blue) = 213+120+47=380 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.05% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 47 (18.75% from 255 or 12.37% from 380); Max value from RGB is 213 - color contains mainly: red. Hex color #D5782F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5782F is #2A87D0. Grayscale: #8B8B8B. Windows color (decimal): -2787281 or 3111125. OLE color: 3111125.

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

Color convert

RGB 213 120 47 -
CMYK 0 0.44 0.78 0.16
HSL 26.39º 0.66% 0.51% -
HSV(B) 26.39º 0.78% 0.84% -
XYZ 34.67 27.78 6.22 -
YUV 139.49 75.81 180.44 -
System Red Green Blue C M Y K H S L
Decimal 213 120 47 0 0.44 0.78 0.16 26.39 0.66 0.51
Hex D5 78 2F 0 2C 4E 10 1A 42 33
Octal 325 170 57 0 54 116 20 32 102 63
Binary 11010101 1111000 101111 0 101100 1001110 10000 11010 1000010 110011

Color Harmonies of #D5782F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5782F

Black with #D5782F

Text Example


Text Example

White with #D5782F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5782F; }

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

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

background-color css

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

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

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

border-color css

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

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

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