Html Css Color HEX #DD810B Mango Tango

📋 copy color: '#DD810B'

red 221 ◦ green 129 ◦ blue 11

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

Shades of Mango Tango #DD810B

Tints of Mango Tango #DD810B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.73%

 BLUE value IS 11 (4.69% from 255) = 3.05%

R = 61.22%
G = 35.73%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD810B (or 0xDD810B) is known color: Mango Tango. HEX triplet: DD, 81 and 0B. RGB value is (221,129,11). Sum of RGB (Red+Green+Blue) = 221+129+11=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 11 (4.69% from 255 or 3.05% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD810B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD810B is #227EF4. Grayscale: #8F8F8F. Windows color (decimal): -2260725 or 754141. OLE color: 754141.

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

Color convert

RGB 221 129 11 -
CMYK 0 0.42 0.95 0.13
HSL 33.71º 0.91% 0.45% -
HSV(B) 33.71º 0.95% 0.87% -
XYZ 37.73 31.1 4.33 -
YUV 143.06 53.48 183.59 -
System Red Green Blue C M Y K H S L
Decimal 221 129 11 0 0.42 0.95 0.13 33.71 0.91 0.45
Hex DD 81 B 0 2A 5F D 22 5B 2D
Octal 335 201 13 0 52 137 15 42 133 55
Binary 11011101 10000001 1011 0 101010 1011111 1101 100010 1011011 101101

Color Harmonies of #DD810B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD810B

Black with #DD810B

Text Example


Text Example

White with #DD810B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD810B; }

 p { color: rgb(221,129,11); }

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

background-color css

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

 a { background-color: rgb(221,129,11); }

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

border-color css

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

 span { border-color: rgb(221,129,11); }

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