Html Css Color HEX #DD7A0D Mango Tango

📋 copy color: '#DD7A0D'

red 221 ◦ green 122 ◦ blue 13

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

Shades of Mango Tango #DD7A0D

Tints of Mango Tango #DD7A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.65%

R = 62.08%
G = 34.27%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD7A0D (or 0xDD7A0D) is known color: Mango Tango. HEX triplet: DD, 7A and 0D. RGB value is (221,122,13). Sum of RGB (Red+Green+Blue) = 221+122+13=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 13 (5.47% from 255 or 3.65% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7A0D is #2285F2. Grayscale: #8B8B8B. Windows color (decimal): -2262515 or 883421. OLE color: 883421.

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

Color convert

RGB 221 122 13 -
CMYK 0 0.45 0.94 0.13
HSL 31.44º 0.89% 0.46% -
HSV(B) 31.44º 0.94% 0.87% -
XYZ 36.85 29.32 4.1 -
YUV 139.18 56.8 186.36 -
System Red Green Blue C M Y K H S L
Decimal 221 122 13 0 0.45 0.94 0.13 31.44 0.89 0.46
Hex DD 7A D 0 2D 5E D 1F 59 2E
Octal 335 172 15 0 55 136 15 37 131 56
Binary 11011101 1111010 1101 0 101101 1011110 1101 11111 1011001 101110

Color Harmonies of #DD7A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7A0D

Black with #DD7A0D

Text Example


Text Example

White with #DD7A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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