Html Css Color HEX #D97313 Chocolate

📋 copy color: '#D97313'

red 217 ◦ green 115 ◦ blue 19

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

Shades of Chocolate #D97313

Tints of Chocolate #D97313

RGB

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

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

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

R = 61.82%
G = 32.76%
B = 5.41%

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

#D97313 (or 0xD97313) is known color: Chocolate. HEX triplet: D9, 73 and 13. RGB value is (217,115,19). Sum of RGB (Red+Green+Blue) = 217+115+19=351 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.82% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 19 (7.81% from 255 or 5.41% from 351); Max value from RGB is 217 - color contains mainly: red. Hex color #D97313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97313 is #268CEC. Grayscale: #878787. Windows color (decimal): -2526445 or 1274841. OLE color: 1274841.

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

Color convert

RGB 217 115 19 -
CMYK 0 0.47 0.91 0.15
HSL 29.09º 0.84% 0.46% -
HSV(B) 29.09º 0.91% 0.85% -
XYZ 34.86 27.06 4 -
YUV 134.55 62.79 186.81 -
System Red Green Blue C M Y K H S L
Decimal 217 115 19 0 0.47 0.91 0.15 29.09 0.84 0.46
Hex D9 73 13 0 2F 5B F 1D 54 2E
Octal 331 163 23 0 57 133 17 35 124 56
Binary 11011001 1110011 10011 0 101111 1011011 1111 11101 1010100 101110

Color Harmonies of #D97313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97313

Black with #D97313

Text Example


Text Example

White with #D97313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97313; }

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

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

background-color css

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

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

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

border-color css

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

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

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