Html Css Color HEX #D27302 Mango Tango

📋 copy color: '#D27302'

red 210 ◦ green 115 ◦ blue 2

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

Shades of Mango Tango #D27302

Tints of Mango Tango #D27302

RGB

 RED value IS 210 (82.42% from 255) = 64.22%

 GREEN value IS 115 (45.31% from 255) = 35.17%

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

R = 64.22%
G = 35.17%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D27302 (or 0xD27302) is known color: Mango Tango. HEX triplet: D2, 73 and 02. RGB value is (210,115,2). Sum of RGB (Red+Green+Blue) = 210+115+2=327 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.22% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 210 - color contains mainly: red. Hex color #D27302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27302 is #2D8CFD. Grayscale: #838383. Windows color (decimal): -2985214 or 160722. OLE color: 160722.

HSL color Cylindrical-coordinate representation of color #D27302: hue angle of 32.6º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D27302 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 115 2 -
CMYK 0 0.45 0.99 0.18
HSL 32.6º 0.98% 0.42% -
HSV(B) 32.6º 0.99% 0.82% -
XYZ 32.72 25.97 3.35 -
YUV 130.52 55.47 184.69 -
System Red Green Blue C M Y K H S L
Decimal 210 115 2 0 0.45 0.99 0.18 32.6 0.98 0.42
Hex D2 73 2 0 2D 63 12 21 62 2A
Octal 322 163 2 0 55 143 22 41 142 52
Binary 11010010 1110011 10 0 101101 1100011 10010 100001 1100010 101010

Color Harmonies of #D27302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27302

Black with #D27302

Text Example


Text Example

White with #D27302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27302; }

 p { color: rgb(210,115,2); }

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

background-color css

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

 a { background-color: rgb(210,115,2); }

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

border-color css

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

 span { border-color: rgb(210,115,2); }

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