Html Css Color HEX #D2742A Tango

📋 copy color: '#D2742A'

red 210 ◦ green 116 ◦ blue 42

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

Shades of Tango #D2742A

Tints of Tango #D2742A

RGB

 RED value IS 210 (82.42% from 255) = 57.07%

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

 BLUE value IS 42 (16.8% from 255) = 11.41%

R = 57.07%
G = 31.52%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.8

 K value IS 0.18

RGB Variations

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

Color information

#D2742A (or 0xD2742A) is known color: Tango. HEX triplet: D2, 74 and 2A. RGB value is (210,116,42). Sum of RGB (Red+Green+Blue) = 210+116+42=368 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.07% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 42 (16.80% from 255 or 11.41% from 368); Max value from RGB is 210 - color contains mainly: red. Hex color #D2742A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2742A is #2D8BD5. Grayscale: #888888. Windows color (decimal): -2984918 or 2782418. OLE color: 2782418.

HSL color Cylindrical-coordinate representation of color #D2742A: hue angle of 26.43º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2742A is Cyan = 0, Magento = 0.45, Yellow = 0.8 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 116 42 -
CMYK 0 0.45 0.8 0.18
HSL 26.43º 0.67% 0.49% -
HSV(B) 26.43º 0.8% 0.82% -
XYZ 33.24 26.36 5.53 -
YUV 135.67 75.14 181.02 -
System Red Green Blue C M Y K H S L
Decimal 210 116 42 0 0.45 0.8 0.18 26.43 0.67 0.49
Hex D2 74 2A 0 2D 50 12 1A 43 31
Octal 322 164 52 0 55 120 22 32 103 61
Binary 11010010 1110100 101010 0 101101 1010000 10010 11010 1000011 110001

Color Harmonies of #D2742A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2742A

Black with #D2742A

Text Example


Text Example

White with #D2742A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2742A; }

 p { color: rgb(210,116,42); }

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

background-color css

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

 a { background-color: rgb(210,116,42); }

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

border-color css

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

 span { border-color: rgb(210,116,42); }

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