Html Css Color HEX #D27B00 Mango Tango

📋 copy color: '#D27B00'

red 210 ◦ green 123 ◦ blue 0

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

Shades of Mango Tango #D27B00

Tints of Mango Tango #D27B00

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.94%

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

R = 63.06%
G = 36.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D27B00 (or 0xD27B00) is known color: Mango Tango. HEX triplet: D2, 7B and 00. RGB value is (210,123,0). Sum of RGB (Red+Green+Blue) = 210+123+0=333 (44% of max value = 765). Red value is 210 (82.42% from 255 or 63.06% from 333); Green value is 123 (48.44% from 255 or 36.94% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 210 - color contains mainly: red. Hex color #D27B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27B00 is #2D84FF. Grayscale: #878787. Windows color (decimal): -2983168 or 31698. OLE color: 31698.

HSL color Cylindrical-coordinate representation of color #D27B00: hue angle of 35.14º 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 #D27B00 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 123 0 -
CMYK 0 0.41 1 0.18
HSL 35.14º 1% 0.41% -
HSV(B) 35.14º 1% 0.82% -
XYZ 33.66 27.87 3.6 -
YUV 134.99 51.82 181.5 -
System Red Green Blue C M Y K H S L
Decimal 210 123 0 0 0.41 1 0.18 35.14 1 0.41
Hex D2 7B 0 0 29 64 12 23 64 29
Octal 322 173 0 0 51 144 22 43 144 51
Binary 11010010 1111011 0 0 101001 1100100 10010 100011 1100100 101001

Color Harmonies of #D27B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27B00

Black with #D27B00

Text Example


Text Example

White with #D27B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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