Html Css Color HEX #D97110 Chocolate

📋 copy color: '#D97110'

red 217 ◦ green 113 ◦ blue 16

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

Shades of Chocolate #D97110

Tints of Chocolate #D97110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.62%

R = 62.72%
G = 32.66%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D97110 (or 0xD97110) is known color: Chocolate. HEX triplet: D9, 71 and 10. RGB value is (217,113,16). Sum of RGB (Red+Green+Blue) = 217+113+16=346 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.72% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 16 (6.64% from 255 or 4.62% from 346); Max value from RGB is 217 - color contains mainly: red. Hex color #D97110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97110 is #268EEF. Grayscale: #858585. Windows color (decimal): -2526960 or 1077721. OLE color: 1077721.

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

Color convert

RGB 217 113 16 -
CMYK 0 0.48 0.93 0.15
HSL 28.96º 0.86% 0.46% -
HSV(B) 28.96º 0.93% 0.85% -
XYZ 34.61 26.6 3.8 -
YUV 133.04 61.96 187.89 -
System Red Green Blue C M Y K H S L
Decimal 217 113 16 0 0.48 0.93 0.15 28.96 0.86 0.46
Hex D9 71 10 0 30 5D F 1D 56 2E
Octal 331 161 20 0 60 135 17 35 126 56
Binary 11011001 1110001 10000 0 110000 1011101 1111 11101 1010110 101110

Color Harmonies of #D97110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97110

Black with #D97110

Text Example


Text Example

White with #D97110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97110; }

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

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

background-color css

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

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

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

border-color css

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

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

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