Html Css Color HEX #D27401 Mango Tango

📋 copy color: '#D27401'

red 210 ◦ green 116 ◦ blue 1

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

Shades of Mango Tango #D27401

Tints of Mango Tango #D27401

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.47%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 64.22%
G = 35.47%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D27401 (or 0xD27401) is known color: Mango Tango. HEX triplet: D2, 74 and 01. RGB value is (210,116,1). Sum of RGB (Red+Green+Blue) = 210+116+1=327 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.22% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 210 - color contains mainly: red. Hex color #D27401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27401 is #2D8BFE. Grayscale: #838383. Windows color (decimal): -2984959 or 95442. OLE color: 95442.

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

Color convert

RGB 210 116 1 -
CMYK 0 0.45 1.00 0.18
HSL 33.01º 0.99% 0.41% -
HSV(B) 33.01º 1% 0.82% -
XYZ 32.83 26.19 3.35 -
YUV 131 54.64 184.35 -
System Red Green Blue C M Y K H S L
Decimal 210 116 1 0 0.45 1.00 0.18 33.01 0.99 0.41
Hex D2 74 1 0 2D 64 12 21 63 29
Octal 322 164 1 0 55 144 22 41 143 51
Binary 11010010 1110100 1 0 101101 1100100 10010 100001 1100011 101001

Color Harmonies of #D27401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27401

Black with #D27401

Text Example


Text Example

White with #D27401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27401; }

 p { color: rgb(210,116,1); }

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

background-color css

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

 a { background-color: rgb(210,116,1); }

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

border-color css

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

 span { border-color: rgb(210,116,1); }

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