Html Css Color HEX #D7712F Tango

📋 copy color: '#D7712F'

red 215 ◦ green 113 ◦ blue 47

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

Shades of Tango #D7712F

Tints of Tango #D7712F

RGB

 RED value IS 215 (84.38% from 255) = 57.33%

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

 BLUE value IS 47 (18.75% from 255) = 12.53%

R = 57.33%
G = 30.13%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D7712F (or 0xD7712F) is known color: Tango. HEX triplet: D7, 71 and 2F. RGB value is (215,113,47). Sum of RGB (Red+Green+Blue) = 215+113+47=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 47 (18.75% from 255 or 12.53% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D7712F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7712F is #288ED0. Grayscale: #888888. Windows color (decimal): -2658001 or 3109335. OLE color: 3109335.

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

Color convert

RGB 215 113 47 -
CMYK 0 0.47 0.78 0.16
HSL 23.57º 0.68% 0.51% -
HSV(B) 23.57º 0.78% 0.84% -
XYZ 34.44 26.46 5.98 -
YUV 135.97 77.79 184.37 -
System Red Green Blue C M Y K H S L
Decimal 215 113 47 0 0.47 0.78 0.16 23.57 0.68 0.51
Hex D7 71 2F 0 2F 4E 10 18 44 33
Octal 327 161 57 0 57 116 20 30 104 63
Binary 11010111 1110001 101111 0 101111 1001110 10000 11000 1000100 110011

Color Harmonies of #D7712F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7712F

Black with #D7712F

Text Example


Text Example

White with #D7712F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7712F; }

 p { color: rgb(215,113,47); }

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

background-color css

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

 a { background-color: rgb(215,113,47); }

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

border-color css

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

 span { border-color: rgb(215,113,47); }

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