Html Css Color HEX #D27305 Mango Tango

📋 copy color: '#D27305'

red 210 ◦ green 115 ◦ blue 5

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

Shades of Mango Tango #D27305

Tints of Mango Tango #D27305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.52%

R = 63.64%
G = 34.85%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D27305 (or 0xD27305) is known color: Mango Tango. HEX triplet: D2, 73 and 05. RGB value is (210,115,5). Sum of RGB (Red+Green+Blue) = 210+115+5=330 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.64% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 5 (2.34% from 255 or 1.52% from 330); Max value from RGB is 210 - color contains mainly: red. Hex color #D27305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27305 is #2D8CFA. Grayscale: #838383. Windows color (decimal): -2985211 or 357330. OLE color: 357330.

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

Color convert

RGB 210 115 5 -
CMYK 0 0.45 0.98 0.18
HSL 32.2º 0.95% 0.42% -
HSV(B) 32.2º 0.98% 0.82% -
XYZ 32.74 25.97 3.43 -
YUV 130.87 56.97 184.44 -
System Red Green Blue C M Y K H S L
Decimal 210 115 5 0 0.45 0.98 0.18 32.2 0.95 0.42
Hex D2 73 5 0 2D 62 12 20 5F 2A
Octal 322 163 5 0 55 142 22 40 137 52
Binary 11010010 1110011 101 0 101101 1100010 10010 100000 1011111 101010

Color Harmonies of #D27305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27305

Black with #D27305

Text Example


Text Example

White with #D27305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27305; }

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

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

background-color css

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

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

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

border-color css

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

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

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