Html Css Color HEX #D97414 Chocolate

📋 copy color: '#D97414'

red 217 ◦ green 116 ◦ blue 20

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

Shades of Chocolate #D97414

Tints of Chocolate #D97414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.67%

R = 61.47%
G = 32.86%
B = 5.67%

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

#D97414 (or 0xD97414) is known color: Chocolate. HEX triplet: D9, 74 and 14. RGB value is (217,116,20). Sum of RGB (Red+Green+Blue) = 217+116+20=353 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.47% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 20 (8.20% from 255 or 5.67% from 353); Max value from RGB is 217 - color contains mainly: red. Hex color #D97414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97414 is #268BEB. Grayscale: #878787. Windows color (decimal): -2526188 or 1340633. OLE color: 1340633.

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

Color convert

RGB 217 116 20 -
CMYK 0 0.47 0.91 0.15
HSL 29.24º 0.83% 0.46% -
HSV(B) 29.24º 0.91% 0.85% -
XYZ 34.99 27.29 4.09 -
YUV 135.26 62.96 186.31 -
System Red Green Blue C M Y K H S L
Decimal 217 116 20 0 0.47 0.91 0.15 29.24 0.83 0.46
Hex D9 74 14 0 2F 5B F 1D 53 2E
Octal 331 164 24 0 57 133 17 35 123 56
Binary 11011001 1110100 10100 0 101111 1011011 1111 11101 1010011 101110

Color Harmonies of #D97414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97414

Black with #D97414

Text Example


Text Example

White with #D97414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97414; }

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

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

background-color css

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

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

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

border-color css

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

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

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