Html Css Color HEX #D97314 Chocolate

📋 copy color: '#D97314'

red 217 ◦ green 115 ◦ blue 20

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

Shades of Chocolate #D97314

Tints of Chocolate #D97314

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.67%

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

R = 61.65%
G = 32.67%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D97314 (or 0xD97314) is known color: Chocolate. HEX triplet: D9, 73 and 14. RGB value is (217,115,20). Sum of RGB (Red+Green+Blue) = 217+115+20=352 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.65% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 20 (8.20% from 255 or 5.68% from 352); Max value from RGB is 217 - color contains mainly: red. Hex color #D97314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97314 is #268CEB. Grayscale: #878787. Windows color (decimal): -2526444 or 1340377. OLE color: 1340377.

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

Color convert

RGB 217 115 20 -
CMYK 0 0.47 0.91 0.15
HSL 28.93º 0.83% 0.46% -
HSV(B) 28.93º 0.91% 0.85% -
XYZ 34.87 27.06 4.05 -
YUV 134.67 63.29 186.72 -
System Red Green Blue C M Y K H S L
Decimal 217 115 20 0 0.47 0.91 0.15 28.93 0.83 0.46
Hex D9 73 14 0 2F 5B F 1D 53 2E
Octal 331 163 24 0 57 133 17 35 123 56
Binary 11011001 1110011 10100 0 101111 1011011 1111 11101 1010011 101110

Color Harmonies of #D97314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97314

Black with #D97314

Text Example


Text Example

White with #D97314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97314; }

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

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

background-color css

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

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

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

border-color css

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

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

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