Html Css Color HEX #D5712D Tango

📋 copy color: '#D5712D'

red 213 ◦ green 113 ◦ blue 45

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

Shades of Tango #D5712D

Tints of Tango #D5712D

RGB

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

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

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

R = 57.41%
G = 30.46%
B = 12.13%

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

#D5712D (or 0xD5712D) is known color: Tango. HEX triplet: D5, 71 and 2D. RGB value is (213,113,45). Sum of RGB (Red+Green+Blue) = 213+113+45=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D5712D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5712D is #2A8ED2. Grayscale: #878787. Windows color (decimal): -2789075 or 2978261. OLE color: 2978261.

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

Color convert

RGB 213 113 45 -
CMYK 0 0.47 0.79 0.16
HSL 24.29º 0.67% 0.51% -
HSV(B) 24.29º 0.79% 0.84% -
XYZ 33.82 26.15 5.75 -
YUV 135.15 77.13 183.53 -
System Red Green Blue C M Y K H S L
Decimal 213 113 45 0 0.47 0.79 0.16 24.29 0.67 0.51
Hex D5 71 2D 0 2F 4F 10 18 43 33
Octal 325 161 55 0 57 117 20 30 103 63
Binary 11010101 1110001 101101 0 101111 1001111 10000 11000 1000011 110011

Color Harmonies of #D5712D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5712D

Black with #D5712D

Text Example


Text Example

White with #D5712D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5712D; }

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

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

background-color css

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

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

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

border-color css

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

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

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