Html Css Color HEX #D4712E Tango

📋 copy color: '#D4712E'

red 212 ◦ green 113 ◦ blue 46

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

Shades of Tango #D4712E

Tints of Tango #D4712E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.4%

R = 57.14%
G = 30.46%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D4712E (or 0xD4712E) is known color: Tango. HEX triplet: D4, 71 and 2E. RGB value is (212,113,46). Sum of RGB (Red+Green+Blue) = 212+113+46=371 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.14% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 46 (18.36% from 255 or 12.40% from 371); Max value from RGB is 212 - color contains mainly: red. Hex color #D4712E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4712E is #2B8ED1. Grayscale: #878787. Windows color (decimal): -2854610 or 3043796. OLE color: 3043796.

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

Color convert

RGB 212 113 46 -
CMYK 0 0.47 0.78 0.17
HSL 24.22º 0.66% 0.51% -
HSV(B) 24.22º 0.78% 0.83% -
XYZ 33.55 26 5.84 -
YUV 134.96 77.8 182.95 -
System Red Green Blue C M Y K H S L
Decimal 212 113 46 0 0.47 0.78 0.17 24.22 0.66 0.51
Hex D4 71 2E 0 2F 4E 11 18 42 33
Octal 324 161 56 0 57 116 21 30 102 63
Binary 11010100 1110001 101110 0 101111 1001110 10001 11000 1000010 110011

Color Harmonies of #D4712E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4712E

Black with #D4712E

Text Example


Text Example

White with #D4712E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4712E; }

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

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

background-color css

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

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

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

border-color css

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

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

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