Html Css Color HEX #D97115 Chocolate

📋 copy color: '#D97115'

red 217 ◦ green 113 ◦ blue 21

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

Shades of Chocolate #D97115

Tints of Chocolate #D97115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.98%

R = 61.82%
G = 32.19%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D97115 (or 0xD97115) is known color: Chocolate. HEX triplet: D9, 71 and 15. RGB value is (217,113,21). Sum of RGB (Red+Green+Blue) = 217+113+21=351 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.82% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 21 (8.59% from 255 or 5.98% from 351); Max value from RGB is 217 - color contains mainly: red. Hex color #D97115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97115 is #268EEA. Grayscale: #868686. Windows color (decimal): -2526955 or 1405401. OLE color: 1405401.

HSL color Cylindrical-coordinate representation of color #D97115: hue angle of 28.16º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D97115 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 113 21 -
CMYK 0 0.48 0.90 0.15
HSL 28.16º 0.82% 0.47% -
HSV(B) 28.16º 0.9% 0.85% -
XYZ 34.66 26.62 4.02 -
YUV 133.61 64.46 187.48 -
System Red Green Blue C M Y K H S L
Decimal 217 113 21 0 0.48 0.90 0.15 28.16 0.82 0.47
Hex D9 71 15 0 30 5A F 1C 52 2F
Octal 331 161 25 0 60 132 17 34 122 57
Binary 11011001 1110001 10101 0 110000 1011010 1111 11100 1010010 101111

Color Harmonies of #D97115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97115

Black with #D97115

Text Example


Text Example

White with #D97115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97115; }

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

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

background-color css

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

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

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

border-color css

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

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

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