Html Css Color HEX #D97014 Chocolate

📋 copy color: '#D97014'

red 217 ◦ green 112 ◦ blue 20

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

Shades of Chocolate #D97014

Tints of Chocolate #D97014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.73%

R = 62.18%
G = 32.09%
B = 5.73%

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

#D97014 (or 0xD97014) is known color: Chocolate. HEX triplet: D9, 70 and 14. RGB value is (217,112,20). Sum of RGB (Red+Green+Blue) = 217+112+20=349 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.18% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 20 (8.20% from 255 or 5.73% from 349); Max value from RGB is 217 - color contains mainly: red. Hex color #D97014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97014 is #268FEB. Grayscale: #858585. Windows color (decimal): -2527212 or 1339609. OLE color: 1339609.

HSL color Cylindrical-coordinate representation of color #D97014: hue angle of 28.02º degrees, saturation: 0.83, 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 #D97014 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 112 20 -
CMYK 0 0.48 0.91 0.15
HSL 28.02º 0.83% 0.46% -
HSV(B) 28.02º 0.91% 0.85% -
XYZ 34.54 26.39 3.94 -
YUV 132.91 64.29 187.98 -
System Red Green Blue C M Y K H S L
Decimal 217 112 20 0 0.48 0.91 0.15 28.02 0.83 0.46
Hex D9 70 14 0 30 5B F 1C 53 2E
Octal 331 160 24 0 60 133 17 34 123 56
Binary 11011001 1110000 10100 0 110000 1011011 1111 11100 1010011 101110

Color Harmonies of #D97014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97014

Black with #D97014

Text Example


Text Example

White with #D97014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97014; }

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

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

background-color css

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

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

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

border-color css

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

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

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