Html Css Color HEX #D27C07 Mango Tango

📋 copy color: '#D27C07'

red 210 ◦ green 124 ◦ blue 7

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

Shades of Mango Tango #D27C07

Tints of Mango Tango #D27C07

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.36%

 BLUE value IS 7 (3.13% from 255) = 2.05%

R = 61.58%
G = 36.36%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D27C07 (or 0xD27C07) is known color: Mango Tango. HEX triplet: D2, 7C and 07. RGB value is (210,124,7). Sum of RGB (Red+Green+Blue) = 210+124+7=341 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.58% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 7 (3.12% from 255 or 2.05% from 341); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27C07 is #2D83F8. Grayscale: #888888. Windows color (decimal): -2982905 or 490706. OLE color: 490706.

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

Color convert

RGB 210 124 7 -
CMYK 0 0.41 0.97 0.18
HSL 34.58º 0.94% 0.43% -
HSV(B) 34.58º 0.97% 0.82% -
XYZ 33.82 28.13 3.85 -
YUV 136.38 54.99 180.51 -
System Red Green Blue C M Y K H S L
Decimal 210 124 7 0 0.41 0.97 0.18 34.58 0.94 0.43
Hex D2 7C 7 0 29 61 12 23 5E 2B
Octal 322 174 7 0 51 141 22 43 136 53
Binary 11010010 1111100 111 0 101001 1100001 10010 100011 1011110 101011

Color Harmonies of #D27C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27C07

Black with #D27C07

Text Example


Text Example

White with #D27C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27C07; }

 p { color: rgb(210,124,7); }

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

background-color css

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

 a { background-color: rgb(210,124,7); }

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

border-color css

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

 span { border-color: rgb(210,124,7); }

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