Html Css Color HEX #DD7F0C Mango Tango

📋 copy color: '#DD7F0C'

red 221 ◦ green 127 ◦ blue 12

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

Shades of Mango Tango #DD7F0C

Tints of Mango Tango #DD7F0C

RGB

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

 GREEN value IS 127 (50% from 255) = 35.28%

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

R = 61.39%
G = 35.28%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD7F0C (or 0xDD7F0C) is known color: Mango Tango. HEX triplet: DD, 7F and 0C. RGB value is (221,127,12). Sum of RGB (Red+Green+Blue) = 221+127+12=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 12 (5.08% from 255 or 3.33% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7F0C is #2280F3. Grayscale: #8E8E8E. Windows color (decimal): -2261236 or 819165. OLE color: 819165.

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

Color convert

RGB 221 127 12 -
CMYK 0 0.43 0.95 0.13
HSL 33.01º 0.9% 0.46% -
HSV(B) 33.01º 0.95% 0.87% -
XYZ 37.47 30.58 4.27 -
YUV 142 54.64 184.35 -
System Red Green Blue C M Y K H S L
Decimal 221 127 12 0 0.43 0.95 0.13 33.01 0.9 0.46
Hex DD 7F C 0 2B 5F D 21 5A 2E
Octal 335 177 14 0 53 137 15 41 132 56
Binary 11011101 1111111 1100 0 101011 1011111 1101 100001 1011010 101110

Color Harmonies of #DD7F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7F0C

Black with #DD7F0C

Text Example


Text Example

White with #DD7F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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