Html Css Color HEX #D5742E Tango

📋 copy color: '#D5742E'

red 213 ◦ green 116 ◦ blue 46

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

Shades of Tango #D5742E

Tints of Tango #D5742E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.93%

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

R = 56.8%
G = 30.93%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D5742E (or 0xD5742E) is known color: Tango. HEX triplet: D5, 74 and 2E. RGB value is (213,116,46). Sum of RGB (Red+Green+Blue) = 213+116+46=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 46 (18.36% from 255 or 12.27% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D5742E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5742E is #2A8BD1. Grayscale: #898989. Windows color (decimal): -2788306 or 3044565. OLE color: 3044565.

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

Color convert

RGB 213 116 46 -
CMYK 0 0.46 0.78 0.16
HSL 25.15º 0.67% 0.51% -
HSV(B) 25.15º 0.78% 0.84% -
XYZ 34.18 26.83 5.96 -
YUV 137.02 76.64 182.19 -
System Red Green Blue C M Y K H S L
Decimal 213 116 46 0 0.46 0.78 0.16 25.15 0.67 0.51
Hex D5 74 2E 0 2E 4E 10 19 43 33
Octal 325 164 56 0 56 116 20 31 103 63
Binary 11010101 1110100 101110 0 101110 1001110 10000 11001 1000011 110011

Color Harmonies of #D5742E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5742E

Black with #D5742E

Text Example


Text Example

White with #D5742E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5742E; }

 p { color: rgb(213,116,46); }

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

background-color css

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

 a { background-color: rgb(213,116,46); }

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

border-color css

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

 span { border-color: rgb(213,116,46); }

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