Html Css Color HEX #D97B0C Mango Tango

📋 copy color: '#D97B0C'

red 217 ◦ green 123 ◦ blue 12

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

Shades of Mango Tango #D97B0C

Tints of Mango Tango #D97B0C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.94%

 BLUE value IS 12 (5.08% from 255) = 3.41%

R = 61.65%
G = 34.94%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D97B0C (or 0xD97B0C) is known color: Mango Tango. HEX triplet: D9, 7B and 0C. RGB value is (217,123,12). Sum of RGB (Red+Green+Blue) = 217+123+12=352 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.65% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 217 - color contains mainly: red. Hex color #D97B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97B0C is #2684F3. Grayscale: #8A8A8A. Windows color (decimal): -2524404 or 818137. OLE color: 818137.

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

Color convert

RGB 217 123 12 -
CMYK 0 0.43 0.94 0.15
HSL 32.49º 0.9% 0.45% -
HSV(B) 32.49º 0.94% 0.85% -
XYZ 35.76 28.94 4.05 -
YUV 138.45 56.64 184.03 -
System Red Green Blue C M Y K H S L
Decimal 217 123 12 0 0.43 0.94 0.15 32.49 0.9 0.45
Hex D9 7B C 0 2B 5E F 20 5A 2D
Octal 331 173 14 0 53 136 17 40 132 55
Binary 11011001 1111011 1100 0 101011 1011110 1111 100000 1011010 101101

Color Harmonies of #D97B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97B0C

Black with #D97B0C

Text Example


Text Example

White with #D97B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97B0C; }

 p { color: rgb(217,123,12); }

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

background-color css

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

 a { background-color: rgb(217,123,12); }

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

border-color css

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

 span { border-color: rgb(217,123,12); }

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