Html Css Color HEX #D4713A Tango

📋 copy color: '#D4713A'

red 212 ◦ green 113 ◦ blue 58

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

Shades of Tango #D4713A

Tints of Tango #D4713A

RGB

 RED value IS 212 (83.2% from 255) = 55.35%

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

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

R = 55.35%
G = 29.5%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D4713A (or 0xD4713A) is known color: Tango. HEX triplet: D4, 71 and 3A. RGB value is (212,113,58). Sum of RGB (Red+Green+Blue) = 212+113+58=383 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.35% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 58 (23.05% from 255 or 15.14% from 383); Max value from RGB is 212 - color contains mainly: red. Hex color #D4713A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4713A is #2B8EC5. Grayscale: #888888. Windows color (decimal): -2854598 or 3830228. OLE color: 3830228.

HSL color Cylindrical-coordinate representation of color #D4713A: hue angle of 21.43º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D4713A is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 113 58 -
CMYK 0 0.47 0.73 0.17
HSL 21.43º 0.64% 0.53% -
HSV(B) 21.43º 0.73% 0.83% -
XYZ 33.82 26.11 7.26 -
YUV 136.33 83.8 181.97 -
System Red Green Blue C M Y K H S L
Decimal 212 113 58 0 0.47 0.73 0.17 21.43 0.64 0.53
Hex D4 71 3A 0 2F 49 11 15 40 35
Octal 324 161 72 0 57 111 21 25 100 65
Binary 11010100 1110001 111010 0 101111 1001001 10001 10101 1000000 110101

Color Harmonies of #D4713A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4713A

Black with #D4713A

Text Example


Text Example

White with #D4713A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4713A; }

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

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

background-color css

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

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

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

border-color css

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

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

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