Html Css Color HEX #D5713A Tango

📋 copy color: '#D5713A'

red 213 ◦ green 113 ◦ blue 58

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

Shades of Tango #D5713A

Tints of Tango #D5713A

RGB

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

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

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

R = 55.47%
G = 29.43%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D5713A (or 0xD5713A) is known color: Tango. HEX triplet: D5, 71 and 3A. RGB value is (213,113,58). Sum of RGB (Red+Green+Blue) = 213+113+58=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 58 (23.05% from 255 or 15.10% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D5713A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5713A is #2A8EC5. Grayscale: #888888. Windows color (decimal): -2789062 or 3830229. OLE color: 3830229.

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

Color convert

RGB 213 113 58 -
CMYK 0 0.47 0.73 0.16
HSL 21.29º 0.65% 0.53% -
HSV(B) 21.29º 0.73% 0.84% -
XYZ 34.11 26.26 7.27 -
YUV 136.63 83.63 182.47 -
System Red Green Blue C M Y K H S L
Decimal 213 113 58 0 0.47 0.73 0.16 21.29 0.65 0.53
Hex D5 71 3A 0 2F 49 10 15 41 35
Octal 325 161 72 0 57 111 20 25 101 65
Binary 11010101 1110001 111010 0 101111 1001001 10000 10101 1000001 110101

Color Harmonies of #D5713A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5713A

Black with #D5713A

Text Example


Text Example

White with #D5713A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5713A; }

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

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

background-color css

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

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

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

border-color css

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

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

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