Html Css Color HEX #D97102 Mango Tango

📋 copy color: '#D97102'

red 217 ◦ green 113 ◦ blue 2

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

Shades of Mango Tango #D97102

Tints of Mango Tango #D97102

RGB

 RED value IS 217 (85.16% from 255) = 65.36%

 GREEN value IS 113 (44.53% from 255) = 34.04%

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 65.36%
G = 34.04%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D97102 (or 0xD97102) is known color: Mango Tango. HEX triplet: D9, 71 and 02. RGB value is (217,113,2). Sum of RGB (Red+Green+Blue) = 217+113+2=332 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.36% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 2 (1.17% from 255 or 0.60% from 332); Max value from RGB is 217 - color contains mainly: red. Hex color #D97102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97102 is #268EFD. Grayscale: #838383. Windows color (decimal): -2526974 or 160217. OLE color: 160217.

HSL color Cylindrical-coordinate representation of color #D97102: hue angle of 30.98º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D97102 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 113 2 -
CMYK 0 0.48 0.99 0.15
HSL 30.98º 0.98% 0.43% -
HSV(B) 30.98º 0.99% 0.85% -
XYZ 34.53 26.57 3.37 -
YUV 131.44 54.96 189.03 -
System Red Green Blue C M Y K H S L
Decimal 217 113 2 0 0.48 0.99 0.15 30.98 0.98 0.43
Hex D9 71 2 0 30 63 F 1F 62 2B
Octal 331 161 2 0 60 143 17 37 142 53
Binary 11011001 1110001 10 0 110000 1100011 1111 11111 1100010 101011

Color Harmonies of #D97102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97102

Black with #D97102

Text Example


Text Example

White with #D97102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97102; }

 p { color: rgb(217,113,2); }

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

background-color css

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

 a { background-color: rgb(217,113,2); }

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

border-color css

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

 span { border-color: rgb(217,113,2); }

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