Html Css Color HEX #D97013 Chocolate

📋 copy color: '#D97013'

red 217 ◦ green 112 ◦ blue 19

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

Shades of Chocolate #D97013

Tints of Chocolate #D97013

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.18%

 BLUE value IS 19 (7.81% from 255) = 5.46%

R = 62.36%
G = 32.18%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D97013 (or 0xD97013) is known color: Chocolate. HEX triplet: D9, 70 and 13. RGB value is (217,112,19). Sum of RGB (Red+Green+Blue) = 217+112+19=348 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.36% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 19 (7.81% from 255 or 5.46% from 348); Max value from RGB is 217 - color contains mainly: red. Hex color #D97013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97013 is #268FEC. Grayscale: #858585. Windows color (decimal): -2527213 or 1274073. OLE color: 1274073.

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

Color convert

RGB 217 112 19 -
CMYK 0 0.48 0.91 0.15
HSL 28.18º 0.84% 0.46% -
HSV(B) 28.18º 0.91% 0.85% -
XYZ 34.53 26.39 3.89 -
YUV 132.79 63.79 188.06 -
System Red Green Blue C M Y K H S L
Decimal 217 112 19 0 0.48 0.91 0.15 28.18 0.84 0.46
Hex D9 70 13 0 30 5B F 1C 54 2E
Octal 331 160 23 0 60 133 17 34 124 56
Binary 11011001 1110000 10011 0 110000 1011011 1111 11100 1010100 101110

Color Harmonies of #D97013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97013

Black with #D97013

Text Example


Text Example

White with #D97013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97013; }

 p { color: rgb(217,112,19); }

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

background-color css

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

 a { background-color: rgb(217,112,19); }

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

border-color css

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

 span { border-color: rgb(217,112,19); }

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