Html Css Color HEX #D5743B Tango

📋 copy color: '#D5743B'

red 213 ◦ green 116 ◦ blue 59

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

Shades of Tango #D5743B

Tints of Tango #D5743B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.9%

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

R = 54.9%
G = 29.9%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5743B (or 0xD5743B) is known color: Tango. HEX triplet: D5, 74 and 3B. RGB value is (213,116,59). Sum of RGB (Red+Green+Blue) = 213+116+59=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 59 (23.44% from 255 or 15.21% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D5743B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5743B is #2A8BC4. Grayscale: #8A8A8A. Windows color (decimal): -2788293 or 3896533. OLE color: 3896533.

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

Color convert

RGB 213 116 59 -
CMYK 0 0.46 0.72 0.16
HSL 22.21º 0.65% 0.53% -
HSV(B) 22.21º 0.72% 0.84% -
XYZ 34.48 26.95 7.52 -
YUV 138.51 83.14 181.13 -
System Red Green Blue C M Y K H S L
Decimal 213 116 59 0 0.46 0.72 0.16 22.21 0.65 0.53
Hex D5 74 3B 0 2E 48 10 16 41 35
Octal 325 164 73 0 56 110 20 26 101 65
Binary 11010101 1110100 111011 0 101110 1001000 10000 10110 1000001 110101

Color Harmonies of #D5743B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5743B

Black with #D5743B

Text Example


Text Example

White with #D5743B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5743B; }

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

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

background-color css

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

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

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

border-color css

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

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

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