Html Css Color HEX #D97318 Chocolate

📋 copy color: '#D97318'

red 217 ◦ green 115 ◦ blue 24

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

Shades of Chocolate #D97318

Tints of Chocolate #D97318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.74%

R = 60.96%
G = 32.3%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D97318 (or 0xD97318) is known color: Chocolate. HEX triplet: D9, 73 and 18. RGB value is (217,115,24). Sum of RGB (Red+Green+Blue) = 217+115+24=356 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.96% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 24 (9.77% from 255 or 6.74% from 356); Max value from RGB is 217 - color contains mainly: red. Hex color #D97318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97318 is #268CE7. Grayscale: #878787. Windows color (decimal): -2526440 or 1602521. OLE color: 1602521.

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

Color convert

RGB 217 115 24 -
CMYK 0 0.47 0.89 0.15
HSL 28.29º 0.8% 0.47% -
HSV(B) 28.29º 0.89% 0.85% -
XYZ 34.91 27.08 4.25 -
YUV 135.12 65.29 186.4 -
System Red Green Blue C M Y K H S L
Decimal 217 115 24 0 0.47 0.89 0.15 28.29 0.8 0.47
Hex D9 73 18 0 2F 59 F 1C 50 2F
Octal 331 163 30 0 57 131 17 34 120 57
Binary 11011001 1110011 11000 0 101111 1011001 1111 11100 1010000 101111

Color Harmonies of #D97318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97318

Black with #D97318

Text Example


Text Example

White with #D97318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97318; }

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

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

background-color css

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

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

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

border-color css

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

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

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