Html Css Color HEX #D27205 Mango Tango

📋 copy color: '#D27205'

red 210 ◦ green 114 ◦ blue 5

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

Shades of Mango Tango #D27205

Tints of Mango Tango #D27205

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.65%

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

R = 63.83%
G = 34.65%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D27205 (or 0xD27205) is known color: Mango Tango. HEX triplet: D2, 72 and 05. RGB value is (210,114,5). Sum of RGB (Red+Green+Blue) = 210+114+5=329 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.83% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 5 (2.34% from 255 or 1.52% from 329); Max value from RGB is 210 - color contains mainly: red. Hex color #D27205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27205 is #2D8DFA. Grayscale: #828282. Windows color (decimal): -2985467 or 357074. OLE color: 357074.

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

Color convert

RGB 210 114 5 -
CMYK 0 0.46 0.98 0.18
HSL 31.9º 0.95% 0.42% -
HSV(B) 31.9º 0.98% 0.82% -
XYZ 32.62 25.75 3.39 -
YUV 130.28 57.3 184.86 -
System Red Green Blue C M Y K H S L
Decimal 210 114 5 0 0.46 0.98 0.18 31.9 0.95 0.42
Hex D2 72 5 0 2E 62 12 20 5F 2A
Octal 322 162 5 0 56 142 22 40 137 52
Binary 11010010 1110010 101 0 101110 1100010 10010 100000 1011111 101010

Color Harmonies of #D27205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27205

Black with #D27205

Text Example


Text Example

White with #D27205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27205; }

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

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

background-color css

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

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

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

border-color css

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

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

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