Html Css Color HEX #D97D02 Mango Tango

📋 copy color: '#D97D02'

red 217 ◦ green 125 ◦ blue 2

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

Shades of Mango Tango #D97D02

Tints of Mango Tango #D97D02

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.34%

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

R = 63.08%
G = 36.34%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D97D02 (or 0xD97D02) is known color: Mango Tango. HEX triplet: D9, 7D and 02. RGB value is (217,125,2). Sum of RGB (Red+Green+Blue) = 217+125+2=344 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.08% from 344); Green value is 125 (49.22% from 255 or 36.34% from 344); Blue value is 2 (1.17% from 255 or 0.58% from 344); Max value from RGB is 217 - color contains mainly: red. Hex color #D97D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97D02 is #2682FD. Grayscale: #8B8B8B. Windows color (decimal): -2523902 or 163289. OLE color: 163289.

HSL color Cylindrical-coordinate representation of color #D97D02: hue angle of 34.33º 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 #D97D02 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 125 2 -
CMYK 0 0.42 0.99 0.15
HSL 34.33º 0.98% 0.43% -
HSV(B) 34.33º 0.99% 0.85% -
XYZ 35.96 29.42 3.84 -
YUV 138.49 50.98 184 -
System Red Green Blue C M Y K H S L
Decimal 217 125 2 0 0.42 0.99 0.15 34.33 0.98 0.43
Hex D9 7D 2 0 2A 63 F 22 62 2B
Octal 331 175 2 0 52 143 17 42 142 53
Binary 11011001 1111101 10 0 101010 1100011 1111 100010 1100010 101011

Color Harmonies of #D97D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97D02

Black with #D97D02

Text Example


Text Example

White with #D97D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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