Html Css Color HEX #D57032 Tango

📋 copy color: '#D57032'

red 213 ◦ green 112 ◦ blue 50

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

Shades of Tango #D57032

Tints of Tango #D57032

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.87%

 BLUE value IS 50 (19.92% from 255) = 13.33%

R = 56.8%
G = 29.87%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D57032 (or 0xD57032) is known color: Tango. HEX triplet: D5, 70 and 32. RGB value is (213,112,50). Sum of RGB (Red+Green+Blue) = 213+112+50=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 50 (19.92% from 255 or 13.33% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D57032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57032 is #2A8FCD. Grayscale: #878787. Windows color (decimal): -2789326 or 3305685. OLE color: 3305685.

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

Color convert

RGB 213 112 50 -
CMYK 0 0.47 0.77 0.16
HSL 22.82º 0.66% 0.52% -
HSV(B) 22.82º 0.77% 0.84% -
XYZ 33.81 25.96 6.25 -
YUV 135.13 79.96 183.54 -
System Red Green Blue C M Y K H S L
Decimal 213 112 50 0 0.47 0.77 0.16 22.82 0.66 0.52
Hex D5 70 32 0 2F 4D 10 17 42 34
Octal 325 160 62 0 57 115 20 27 102 64
Binary 11010101 1110000 110010 0 101111 1001101 10000 10111 1000010 110100

Color Harmonies of #D57032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57032

Black with #D57032

Text Example


Text Example

White with #D57032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57032; }

 p { color: rgb(213,112,50); }

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

background-color css

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

 a { background-color: rgb(213,112,50); }

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

border-color css

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

 span { border-color: rgb(213,112,50); }

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