Html Css Color HEX #D97119 Chocolate

📋 copy color: '#D97119'

red 217 ◦ green 113 ◦ blue 25

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

Shades of Chocolate #D97119

Tints of Chocolate #D97119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.04%

R = 61.13%
G = 31.83%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D97119 (or 0xD97119) is known color: Chocolate. HEX triplet: D9, 71 and 19. RGB value is (217,113,25). Sum of RGB (Red+Green+Blue) = 217+113+25=355 (47% of max value = 765). Red value is 217 (85.16% from 255 or 61.13% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 25 (10.16% from 255 or 7.04% from 355); Max value from RGB is 217 - color contains mainly: red. Hex color #D97119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97119 is #268EE6. Grayscale: #868686. Windows color (decimal): -2526951 or 1667545. OLE color: 1667545.

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

Color convert

RGB 217 113 25 -
CMYK 0 0.48 0.88 0.15
HSL 27.5º 0.79% 0.47% -
HSV(B) 27.5º 0.88% 0.85% -
XYZ 34.7 26.63 4.23 -
YUV 134.06 66.46 187.16 -
System Red Green Blue C M Y K H S L
Decimal 217 113 25 0 0.48 0.88 0.15 27.5 0.79 0.47
Hex D9 71 19 0 30 58 F 1C 4F 2F
Octal 331 161 31 0 60 130 17 34 117 57
Binary 11011001 1110001 11001 0 110000 1011000 1111 11100 1001111 101111

Color Harmonies of #D97119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97119

Black with #D97119

Text Example


Text Example

White with #D97119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97119; }

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

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

background-color css

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

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

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

border-color css

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

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

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