Html Css Color HEX #D27000 Mango Tango

📋 copy color: '#D27000'

red 210 ◦ green 112 ◦ blue 0

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

Shades of Mango Tango #D27000

Tints of Mango Tango #D27000

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.78%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.22%
G = 34.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D27000 (or 0xD27000) is known color: Mango Tango. HEX triplet: D2, 70 and 00. RGB value is (210,112,0). Sum of RGB (Red+Green+Blue) = 210+112+0=322 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.22% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 210 - color contains mainly: red. Hex color #D27000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27000 is #2D8FFF. Grayscale: #818181. Windows color (decimal): -2985984 or 28882. OLE color: 28882.

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

Color convert

RGB 210 112 0 -
CMYK 0 0.47 1 0.18
HSL 32º 1% 0.41% -
HSV(B) 32º 1% 0.82% -
XYZ 32.37 25.29 3.18 -
YUV 128.53 55.47 186.11 -
System Red Green Blue C M Y K H S L
Decimal 210 112 0 0 0.47 1 0.18 32 1 0.41
Hex D2 70 0 0 2F 64 12 20 64 29
Octal 322 160 0 0 57 144 22 40 144 51
Binary 11010010 1110000 0 0 101111 1100100 10010 100000 1100100 101001

Color Harmonies of #D27000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27000

Black with #D27000

Text Example


Text Example

White with #D27000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27000; }

 p { color: rgb(210,112,0); }

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

background-color css

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

 a { background-color: rgb(210,112,0); }

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

border-color css

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

 span { border-color: rgb(210,112,0); }

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