Html Css Color HEX #D57130 Tango

📋 copy color: '#D57130'

red 213 ◦ green 113 ◦ blue 48

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

Shades of Tango #D57130

Tints of Tango #D57130

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.21%

 BLUE value IS 48 (19.14% from 255) = 12.83%

R = 56.95%
G = 30.21%
B = 12.83%

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

#D57130 (or 0xD57130) is known color: Tango. HEX triplet: D5, 71 and 30. RGB value is (213,113,48). Sum of RGB (Red+Green+Blue) = 213+113+48=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 48 (19.14% from 255 or 12.83% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D57130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57130 is #2A8ECF. Grayscale: #878787. Windows color (decimal): -2789072 or 3174869. OLE color: 3174869.

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

Color convert

RGB 213 113 48 -
CMYK 0 0.47 0.77 0.16
HSL 23.64º 0.66% 0.51% -
HSV(B) 23.64º 0.77% 0.84% -
XYZ 33.88 26.17 6.06 -
YUV 135.49 78.63 183.29 -
System Red Green Blue C M Y K H S L
Decimal 213 113 48 0 0.47 0.77 0.16 23.64 0.66 0.51
Hex D5 71 30 0 2F 4D 10 18 42 33
Octal 325 161 60 0 57 115 20 30 102 63
Binary 11010101 1110001 110000 0 101111 1001101 10000 11000 1000010 110011

Color Harmonies of #D57130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57130

Black with #D57130

Text Example


Text Example

White with #D57130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57130; }

 p { color: rgb(213,113,48); }

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

background-color css

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

 a { background-color: rgb(213,113,48); }

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

border-color css

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

 span { border-color: rgb(213,113,48); }

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