Html Css Color HEX #D97232 Tango

📋 copy color: '#D97232'

red 217 ◦ green 114 ◦ blue 50

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

Shades of Tango #D97232

Tints of Tango #D97232

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.92%

 BLUE value IS 50 (19.92% from 255) = 13.12%

R = 56.96%
G = 29.92%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D97232 (or 0xD97232) is known color: Tango. HEX triplet: D9, 72 and 32. RGB value is (217,114,50). Sum of RGB (Red+Green+Blue) = 217+114+50=381 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.96% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 50 (19.92% from 255 or 13.12% from 381); Max value from RGB is 217 - color contains mainly: red. Hex color #D97232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97232 is #268DCD. Grayscale: #898989. Windows color (decimal): -2526670 or 3306201. OLE color: 3306201.

HSL color Cylindrical-coordinate representation of color #D97232: hue angle of 22.99º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D97232 is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 114 50 -
CMYK 0 0.47 0.77 0.15
HSL 22.99º 0.69% 0.52% -
HSV(B) 22.99º 0.77% 0.85% -
XYZ 35.21 27.02 6.38 -
YUV 137.5 78.62 184.7 -
System Red Green Blue C M Y K H S L
Decimal 217 114 50 0 0.47 0.77 0.15 22.99 0.69 0.52
Hex D9 72 32 0 2F 4D F 17 45 34
Octal 331 162 62 0 57 115 17 27 105 64
Binary 11011001 1110010 110010 0 101111 1001101 1111 10111 1000101 110100

Color Harmonies of #D97232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97232

Black with #D97232

Text Example


Text Example

White with #D97232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97232; }

 p { color: rgb(217,114,50); }

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

background-color css

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

 a { background-color: rgb(217,114,50); }

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

border-color css

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

 span { border-color: rgb(217,114,50); }

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