Html Css Color HEX #DD700C Mango Tango

📋 copy color: '#DD700C'

red 221 ◦ green 112 ◦ blue 12

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

Shades of Mango Tango #DD700C

Tints of Mango Tango #DD700C

RGB

 RED value IS 221 (86.72% from 255) = 64.06%

 GREEN value IS 112 (44.14% from 255) = 32.46%

 BLUE value IS 12 (5.08% from 255) = 3.48%

R = 64.06%
G = 32.46%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD700C (or 0xDD700C) is known color: Mango Tango. HEX triplet: DD, 70 and 0C. RGB value is (221,112,12). Sum of RGB (Red+Green+Blue) = 221+112+12=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD700C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD700C is #228FF3. Grayscale: #858585. Windows color (decimal): -2265076 or 815325. OLE color: 815325.

HSL color Cylindrical-coordinate representation of color #DD700C: hue angle of 28.71º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD700C is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 112 12 -
CMYK 0 0.49 0.95 0.13
HSL 28.71º 0.9% 0.46% -
HSV(B) 28.71º 0.95% 0.87% -
XYZ 35.68 26.99 3.68 -
YUV 133.19 59.61 190.63 -
System Red Green Blue C M Y K H S L
Decimal 221 112 12 0 0.49 0.95 0.13 28.71 0.9 0.46
Hex DD 70 C 0 31 5F D 1D 5A 2E
Octal 335 160 14 0 61 137 15 35 132 56
Binary 11011101 1110000 1100 0 110001 1011111 1101 11101 1011010 101110

Color Harmonies of #DD700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD700C

Black with #DD700C

Text Example


Text Example

White with #DD700C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD700C; }

 p { color: rgb(221,112,12); }

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

background-color css

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

 a { background-color: rgb(221,112,12); }

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

border-color css

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

 span { border-color: rgb(221,112,12); }

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