Html Css Color HEX #D97416 Chocolate

📋 copy color: '#D97416'

red 217 ◦ green 116 ◦ blue 22

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

Shades of Chocolate #D97416

Tints of Chocolate #D97416

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.68%

 BLUE value IS 22 (8.98% from 255) = 6.2%

R = 61.13%
G = 32.68%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D97416 (or 0xD97416) is known color: Chocolate. HEX triplet: D9, 74 and 16. RGB value is (217,116,22). Sum of RGB (Red+Green+Blue) = 217+116+22=355 (47% of max value = 765). Red value is 217 (85.16% from 255 or 61.13% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 22 (8.98% from 255 or 6.20% from 355); Max value from RGB is 217 - color contains mainly: red. Hex color #D97416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97416 is #268BE9. Grayscale: #878787. Windows color (decimal): -2526186 or 1471705. OLE color: 1471705.

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

Color convert

RGB 217 116 22 -
CMYK 0 0.47 0.90 0.15
HSL 28.92º 0.82% 0.47% -
HSV(B) 28.92º 0.9% 0.85% -
XYZ 35.01 27.3 4.18 -
YUV 135.48 63.96 186.14 -
System Red Green Blue C M Y K H S L
Decimal 217 116 22 0 0.47 0.90 0.15 28.92 0.82 0.47
Hex D9 74 16 0 2F 5A F 1D 52 2F
Octal 331 164 26 0 57 132 17 35 122 57
Binary 11011001 1110100 10110 0 101111 1011010 1111 11101 1010010 101111

Color Harmonies of #D97416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97416

Black with #D97416

Text Example


Text Example

White with #D97416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97416; }

 p { color: rgb(217,116,22); }

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

background-color css

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

 a { background-color: rgb(217,116,22); }

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

border-color css

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

 span { border-color: rgb(217,116,22); }

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