Html Css Color HEX #D97230 Tango

📋 copy color: '#D97230'

red 217 ◦ green 114 ◦ blue 48

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

Shades of Tango #D97230

Tints of Tango #D97230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.66%

R = 57.26%
G = 30.08%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D97230 (or 0xD97230) is known color: Tango. HEX triplet: D9, 72 and 30. RGB value is (217,114,48). Sum of RGB (Red+Green+Blue) = 217+114+48=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 48 (19.14% from 255 or 12.66% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D97230 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97230 is #268DCF. Grayscale: #898989. Windows color (decimal): -2526672 or 3175129. OLE color: 3175129.

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

Color convert

RGB 217 114 48 -
CMYK 0 0.47 0.78 0.15
HSL 23.43º 0.69% 0.52% -
HSV(B) 23.43º 0.78% 0.85% -
XYZ 35.17 27 6.15 -
YUV 137.27 77.62 184.87 -
System Red Green Blue C M Y K H S L
Decimal 217 114 48 0 0.47 0.78 0.15 23.43 0.69 0.52
Hex D9 72 30 0 2F 4E F 17 45 34
Octal 331 162 60 0 57 116 17 27 105 64
Binary 11011001 1110010 110000 0 101111 1001110 1111 10111 1000101 110100

Color Harmonies of #D97230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97230

Black with #D97230

Text Example


Text Example

White with #D97230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97230; }

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

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

background-color css

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

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

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

border-color css

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

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

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