Html Css Color HEX #D97614 Chocolate

📋 copy color: '#D97614'

red 217 ◦ green 118 ◦ blue 20

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

Shades of Chocolate #D97614

Tints of Chocolate #D97614

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.24%

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

R = 61.13%
G = 33.24%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D97614 (or 0xD97614) is known color: Chocolate. HEX triplet: D9, 76 and 14. RGB value is (217,118,20). Sum of RGB (Red+Green+Blue) = 217+118+20=355 (47% of max value = 765). Red value is 217 (85.16% from 255 or 61.13% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 20 (8.20% from 255 or 5.63% from 355); Max value from RGB is 217 - color contains mainly: red. Hex color #D97614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97614 is #2689EB. Grayscale: #888888. Windows color (decimal): -2525676 or 1341145. OLE color: 1341145.

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

Color convert

RGB 217 118 20 -
CMYK 0 0.46 0.91 0.15
HSL 29.85º 0.83% 0.46% -
HSV(B) 29.85º 0.91% 0.85% -
XYZ 35.22 27.76 4.16 -
YUV 136.43 62.3 185.47 -
System Red Green Blue C M Y K H S L
Decimal 217 118 20 0 0.46 0.91 0.15 29.85 0.83 0.46
Hex D9 76 14 0 2E 5B F 1E 53 2E
Octal 331 166 24 0 56 133 17 36 123 56
Binary 11011001 1110110 10100 0 101110 1011011 1111 11110 1010011 101110

Color Harmonies of #D97614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97614

Black with #D97614

Text Example


Text Example

White with #D97614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97614; }

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

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

background-color css

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

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

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

border-color css

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

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

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