Html Css Color HEX #D97310 Chocolate

📋 copy color: '#D97310'

red 217 ◦ green 115 ◦ blue 16

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

Shades of Chocolate #D97310

Tints of Chocolate #D97310

RGB

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

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

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

R = 62.36%
G = 33.05%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D97310 (or 0xD97310) is known color: Chocolate. HEX triplet: D9, 73 and 10. RGB value is (217,115,16). Sum of RGB (Red+Green+Blue) = 217+115+16=348 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.36% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 16 (6.64% from 255 or 4.60% from 348); Max value from RGB is 217 - color contains mainly: red. Hex color #D97310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97310 is #268CEF. Grayscale: #868686. Windows color (decimal): -2526448 or 1078233. OLE color: 1078233.

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

Color convert

RGB 217 115 16 -
CMYK 0 0.47 0.93 0.15
HSL 29.55º 0.86% 0.46% -
HSV(B) 29.55º 0.93% 0.85% -
XYZ 34.84 27.05 3.88 -
YUV 134.21 61.29 187.05 -
System Red Green Blue C M Y K H S L
Decimal 217 115 16 0 0.47 0.93 0.15 29.55 0.86 0.46
Hex D9 73 10 0 2F 5D F 1E 56 2E
Octal 331 163 20 0 57 135 17 36 126 56
Binary 11011001 1110011 10000 0 101111 1011101 1111 11110 1010110 101110

Color Harmonies of #D97310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97310

Black with #D97310

Text Example


Text Example

White with #D97310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97310; }

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

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

background-color css

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

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

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

border-color css

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

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

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