Html Css Color HEX #D5713B Tango

📋 copy color: '#D5713B'

red 213 ◦ green 113 ◦ blue 59

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

Shades of Tango #D5713B

Tints of Tango #D5713B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.32%

R = 55.32%
G = 29.35%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5713B (or 0xD5713B) is known color: Tango. HEX triplet: D5, 71 and 3B. RGB value is (213,113,59). Sum of RGB (Red+Green+Blue) = 213+113+59=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 59 (23.44% from 255 or 15.32% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D5713B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5713B is #2A8EC4. Grayscale: #898989. Windows color (decimal): -2789061 or 3895765. OLE color: 3895765.

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

Color convert

RGB 213 113 59 -
CMYK 0 0.47 0.72 0.16
HSL 21.04º 0.65% 0.53% -
HSV(B) 21.04º 0.72% 0.84% -
XYZ 34.14 26.27 7.41 -
YUV 136.74 84.13 182.39 -
System Red Green Blue C M Y K H S L
Decimal 213 113 59 0 0.47 0.72 0.16 21.04 0.65 0.53
Hex D5 71 3B 0 2F 48 10 15 41 35
Octal 325 161 73 0 57 110 20 25 101 65
Binary 11010101 1110001 111011 0 101111 1001000 10000 10101 1000001 110101

Color Harmonies of #D5713B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5713B

Black with #D5713B

Text Example


Text Example

White with #D5713B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5713B; }

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

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

background-color css

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

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

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

border-color css

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

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

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