Html Css Color HEX #D5703A Tango

📋 copy color: '#D5703A'

red 213 ◦ green 112 ◦ blue 58

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

Shades of Tango #D5703A

Tints of Tango #D5703A

RGB

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

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

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

R = 55.61%
G = 29.24%
B = 15.14%

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

#D5703A (or 0xD5703A) is known color: Tango. HEX triplet: D5, 70 and 3A. RGB value is (213,112,58). Sum of RGB (Red+Green+Blue) = 213+112+58=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 58 (23.05% from 255 or 15.14% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D5703A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5703A is #2A8FC5. Grayscale: #888888. Windows color (decimal): -2789318 or 3829973. OLE color: 3829973.

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

Color convert

RGB 213 112 58 -
CMYK 0 0.47 0.73 0.16
HSL 20.9º 0.65% 0.53% -
HSV(B) 20.9º 0.73% 0.84% -
XYZ 34 26.04 7.24 -
YUV 136.04 83.96 182.89 -
System Red Green Blue C M Y K H S L
Decimal 213 112 58 0 0.47 0.73 0.16 20.9 0.65 0.53
Hex D5 70 3A 0 2F 49 10 15 41 35
Octal 325 160 72 0 57 111 20 25 101 65
Binary 11010101 1110000 111010 0 101111 1001001 10000 10101 1000001 110101

Color Harmonies of #D5703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5703A

Black with #D5703A

Text Example


Text Example

White with #D5703A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5703A; }

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

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

background-color css

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

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

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

border-color css

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

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

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