Html Css Color HEX #D5742D Tango

📋 copy color: '#D5742D'

red 213 ◦ green 116 ◦ blue 45

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

Shades of Tango #D5742D

Tints of Tango #D5742D

RGB

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

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

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

R = 56.95%
G = 31.02%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5742D (or 0xD5742D) is known color: Tango. HEX triplet: D5, 74 and 2D. RGB value is (213,116,45). Sum of RGB (Red+Green+Blue) = 213+116+45=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 45 (17.97% from 255 or 12.03% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D5742D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5742D is #2A8BD2. Grayscale: #898989. Windows color (decimal): -2788307 or 2979029. OLE color: 2979029.

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

Color convert

RGB 213 116 45 -
CMYK 0 0.46 0.79 0.16
HSL 25.36º 0.67% 0.51% -
HSV(B) 25.36º 0.79% 0.84% -
XYZ 34.16 26.83 5.86 -
YUV 136.91 76.14 182.27 -
System Red Green Blue C M Y K H S L
Decimal 213 116 45 0 0.46 0.79 0.16 25.36 0.67 0.51
Hex D5 74 2D 0 2E 4F 10 19 43 33
Octal 325 164 55 0 56 117 20 31 103 63
Binary 11010101 1110100 101101 0 101110 1001111 10000 11001 1000011 110011

Color Harmonies of #D5742D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5742D

Black with #D5742D

Text Example


Text Example

White with #D5742D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5742D; }

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

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

background-color css

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

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

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

border-color css

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

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

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