Html Css Color HEX #DD6F02 Mango Tango

📋 copy color: '#DD6F02'

red 221 ◦ green 111 ◦ blue 2

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

Shades of Mango Tango #DD6F02

Tints of Mango Tango #DD6F02

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.23%

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 66.17%
G = 33.23%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD6F02 (or 0xDD6F02) is known color: Mango Tango. HEX triplet: DD, 6F and 02. RGB value is (221,111,2). Sum of RGB (Red+Green+Blue) = 221+111+2=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6F02 is #2290FD. Grayscale: #848484. Windows color (decimal): -2265342 or 159709. OLE color: 159709.

HSL color Cylindrical-coordinate representation of color #DD6F02: hue angle of 29.86º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD6F02 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 111 2 -
CMYK 0 0.50 0.99 0.13
HSL 29.86º 0.98% 0.44% -
HSV(B) 29.86º 0.99% 0.87% -
XYZ 35.51 26.75 3.35 -
YUV 131.46 54.94 191.86 -
System Red Green Blue C M Y K H S L
Decimal 221 111 2 0 0.50 0.99 0.13 29.86 0.98 0.44
Hex DD 6F 2 0 32 63 D 1E 62 2C
Octal 335 157 2 0 62 143 15 36 142 54
Binary 11011101 1101111 10 0 110010 1100011 1101 11110 1100010 101100

Color Harmonies of #DD6F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6F02

Black with #DD6F02

Text Example


Text Example

White with #DD6F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6F02; }

 p { color: rgb(221,111,2); }

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

background-color css

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

 a { background-color: rgb(221,111,2); }

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

border-color css

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

 span { border-color: rgb(221,111,2); }

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