Html Css Color HEX #D0742B Tango

📋 copy color: '#D0742B'

red 208 ◦ green 116 ◦ blue 43

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

Shades of Tango #D0742B

Tints of Tango #D0742B

RGB

 RED value IS 208 (81.64% from 255) = 56.68%

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

 BLUE value IS 43 (17.19% from 255) = 11.72%

R = 56.68%
G = 31.61%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0742B (or 0xD0742B) is known color: Tango. HEX triplet: D0, 74 and 2B. RGB value is (208,116,43). Sum of RGB (Red+Green+Blue) = 208+116+43=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 43 (17.19% from 255 or 11.72% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D0742B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0742B is #2F8BD4. Grayscale: #878787. Windows color (decimal): -3115989 or 2847952. OLE color: 2847952.

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

Color convert

RGB 208 116 43 -
CMYK 0 0.44 0.79 0.18
HSL 26.55º 0.66% 0.49% -
HSV(B) 26.55º 0.79% 0.82% -
XYZ 32.69 26.08 5.6 -
YUV 135.19 75.98 179.94 -
System Red Green Blue C M Y K H S L
Decimal 208 116 43 0 0.44 0.79 0.18 26.55 0.66 0.49
Hex D0 74 2B 0 2C 4F 12 1B 42 31
Octal 320 164 53 0 54 117 22 33 102 61
Binary 11010000 1110100 101011 0 101100 1001111 10010 11011 1000010 110001

Color Harmonies of #D0742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0742B

Black with #D0742B

Text Example


Text Example

White with #D0742B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0742B; }

 p { color: rgb(208,116,43); }

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

background-color css

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

 a { background-color: rgb(208,116,43); }

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

border-color css

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

 span { border-color: rgb(208,116,43); }

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