Html Css Color HEX #DD7A0C Mango Tango

📋 copy color: '#DD7A0C'

red 221 ◦ green 122 ◦ blue 12

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

Shades of Mango Tango #DD7A0C

Tints of Mango Tango #DD7A0C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.37%

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

R = 62.25%
G = 34.37%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD7A0C (or 0xDD7A0C) is known color: Mango Tango. HEX triplet: DD, 7A and 0C. RGB value is (221,122,12). Sum of RGB (Red+Green+Blue) = 221+122+12=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 12 (5.08% from 255 or 3.38% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7A0C is #2285F3. Grayscale: #8B8B8B. Windows color (decimal): -2262516 or 817885. OLE color: 817885.

HSL color Cylindrical-coordinate representation of color #DD7A0C: hue angle of 31.58º 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 #DD7A0C is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 122 12 -
CMYK 0 0.45 0.95 0.13
HSL 31.58º 0.9% 0.46% -
HSV(B) 31.58º 0.95% 0.87% -
XYZ 36.84 29.32 4.06 -
YUV 139.06 56.3 186.44 -
System Red Green Blue C M Y K H S L
Decimal 221 122 12 0 0.45 0.95 0.13 31.58 0.9 0.46
Hex DD 7A C 0 2D 5F D 20 5A 2E
Octal 335 172 14 0 55 137 15 40 132 56
Binary 11011101 1111010 1100 0 101101 1011111 1101 100000 1011010 101110

Color Harmonies of #DD7A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7A0C

Black with #DD7A0C

Text Example


Text Example

White with #DD7A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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