Html Css Color HEX #D28201 Mango Tango

📋 copy color: '#D28201'

red 210 ◦ green 130 ◦ blue 1

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

Shades of Mango Tango #D28201

Tints of Mango Tango #D28201

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.12%

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

R = 61.58%
G = 38.12%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D28201 (or 0xD28201) is known color: Mango Tango. HEX triplet: D2, 82 and 01. RGB value is (210,130,1). Sum of RGB (Red+Green+Blue) = 210+130+1=341 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.58% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 1 (0.78% from 255 or 0.29% from 341); Max value from RGB is 210 - color contains mainly: red. Hex color #D28201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28201 is #2D7DFE. Grayscale: #8B8B8B. Windows color (decimal): -2981375 or 99026. OLE color: 99026.

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

Color convert

RGB 210 130 1 -
CMYK 0 0.38 1.00 0.18
HSL 37.03º 0.99% 0.41% -
HSV(B) 37.03º 1% 0.82% -
XYZ 34.57 29.67 3.93 -
YUV 139.21 50 178.49 -
System Red Green Blue C M Y K H S L
Decimal 210 130 1 0 0.38 1.00 0.18 37.03 0.99 0.41
Hex D2 82 1 0 26 64 12 25 63 29
Octal 322 202 1 0 46 144 22 45 143 51
Binary 11010010 10000010 1 0 100110 1100100 10010 100101 1100011 101001

Color Harmonies of #D28201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28201

Black with #D28201

Text Example


Text Example

White with #D28201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28201; }

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

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

background-color css

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

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

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

border-color css

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

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

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