Html Css Color HEX #D7712D Tango

📋 copy color: '#D7712D'

red 215 ◦ green 113 ◦ blue 45

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

Shades of Tango #D7712D

Tints of Tango #D7712D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.06%

R = 57.64%
G = 30.29%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D7712D (or 0xD7712D) is known color: Tango. HEX triplet: D7, 71 and 2D. RGB value is (215,113,45). Sum of RGB (Red+Green+Blue) = 215+113+45=373 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.64% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 45 (17.97% from 255 or 12.06% from 373); Max value from RGB is 215 - color contains mainly: red. Hex color #D7712D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7712D is #288ED2. Grayscale: #888888. Windows color (decimal): -2658003 or 2978263. OLE color: 2978263.

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

Color convert

RGB 215 113 45 -
CMYK 0 0.47 0.79 0.16
HSL 24º 0.68% 0.51% -
HSV(B) 24º 0.79% 0.84% -
XYZ 34.4 26.45 5.77 -
YUV 135.75 76.79 184.53 -
System Red Green Blue C M Y K H S L
Decimal 215 113 45 0 0.47 0.79 0.16 24 0.68 0.51
Hex D7 71 2D 0 2F 4F 10 18 44 33
Octal 327 161 55 0 57 117 20 30 104 63
Binary 11010111 1110001 101101 0 101111 1001111 10000 11000 1000100 110011

Color Harmonies of #D7712D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7712D

Black with #D7712D

Text Example


Text Example

White with #D7712D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7712D; }

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

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

background-color css

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

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

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

border-color css

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

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

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