Html Css Color HEX #D28001 Mango Tango

📋 copy color: '#D28001'

red 210 ◦ green 128 ◦ blue 1

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

Shades of Mango Tango #D28001

Tints of Mango Tango #D28001

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.76%

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

R = 61.95%
G = 37.76%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D28001 (or 0xD28001) is known color: Mango Tango. HEX triplet: D2, 80 and 01. RGB value is (210,128,1). Sum of RGB (Red+Green+Blue) = 210+128+1=339 (44% of max value = 765). Red value is 210 (82.42% from 255 or 61.95% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 1 (0.78% from 255 or 0.29% from 339); Max value from RGB is 210 - color contains mainly: red. Hex color #D28001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28001 is #2D7FFE. Grayscale: #8A8A8A. Windows color (decimal): -2981887 or 98514. OLE color: 98514.

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

Color convert

RGB 210 128 1 -
CMYK 0 0.39 1.00 0.18
HSL 36.46º 0.99% 0.41% -
HSV(B) 36.46º 1% 0.82% -
XYZ 34.3 29.14 3.85 -
YUV 138.04 50.67 179.33 -
System Red Green Blue C M Y K H S L
Decimal 210 128 1 0 0.39 1.00 0.18 36.46 0.99 0.41
Hex D2 80 1 0 27 64 12 24 63 29
Octal 322 200 1 0 47 144 22 44 143 51
Binary 11010010 10000000 1 0 100111 1100100 10010 100100 1100011 101001

Color Harmonies of #D28001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28001

Black with #D28001

Text Example


Text Example

White with #D28001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28001; }

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

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

background-color css

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

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

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

border-color css

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

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

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