Html Css Color HEX #D0752E Tango

📋 copy color: '#D0752E'

red 208 ◦ green 117 ◦ blue 46

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

Shades of Tango #D0752E

Tints of Tango #D0752E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.54%

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

R = 56.06%
G = 31.54%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D0752E (or 0xD0752E) is known color: Tango. HEX triplet: D0, 75 and 2E. RGB value is (208,117,46). Sum of RGB (Red+Green+Blue) = 208+117+46=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 46 (18.36% from 255 or 12.40% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D0752E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0752E is #2F8AD1. Grayscale: #888888. Windows color (decimal): -3115730 or 3044816. OLE color: 3044816.

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

Color convert

RGB 208 117 46 -
CMYK 0 0.44 0.78 0.18
HSL 26.3º 0.64% 0.5% -
HSV(B) 26.3º 0.78% 0.82% -
XYZ 32.87 26.33 5.93 -
YUV 136.12 77.15 179.27 -
System Red Green Blue C M Y K H S L
Decimal 208 117 46 0 0.44 0.78 0.18 26.3 0.64 0.5
Hex D0 75 2E 0 2C 4E 12 1A 40 32
Octal 320 165 56 0 54 116 22 32 100 62
Binary 11010000 1110101 101110 0 101100 1001110 10010 11010 1000000 110010

Color Harmonies of #D0752E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0752E

Black with #D0752E

Text Example


Text Example

White with #D0752E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0752E; }

 p { color: rgb(208,117,46); }

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

background-color css

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

 a { background-color: rgb(208,117,46); }

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

border-color css

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

 span { border-color: rgb(208,117,46); }

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