Html Css Color HEX #D97211 Chocolate

📋 copy color: '#D97211'

red 217 ◦ green 114 ◦ blue 17

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

Shades of Chocolate #D97211

Tints of Chocolate #D97211

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.76%

 BLUE value IS 17 (7.03% from 255) = 4.89%

R = 62.36%
G = 32.76%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D97211 (or 0xD97211) is known color: Chocolate. HEX triplet: D9, 72 and 11. RGB value is (217,114,17). Sum of RGB (Red+Green+Blue) = 217+114+17=348 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.36% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 17 (7.03% from 255 or 4.89% from 348); Max value from RGB is 217 - color contains mainly: red. Hex color #D97211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97211 is #268DEE. Grayscale: #868686. Windows color (decimal): -2526703 or 1143513. OLE color: 1143513.

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

Color convert

RGB 217 114 17 -
CMYK 0 0.47 0.92 0.15
HSL 29.1º 0.85% 0.46% -
HSV(B) 29.1º 0.92% 0.85% -
XYZ 34.73 26.83 3.88 -
YUV 133.74 62.12 187.39 -
System Red Green Blue C M Y K H S L
Decimal 217 114 17 0 0.47 0.92 0.15 29.1 0.85 0.46
Hex D9 72 11 0 2F 5C F 1D 55 2E
Octal 331 162 21 0 57 134 17 35 125 56
Binary 11011001 1110010 10001 0 101111 1011100 1111 11101 1010101 101110

Color Harmonies of #D97211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97211

Black with #D97211

Text Example


Text Example

White with #D97211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97211; }

 p { color: rgb(217,114,17); }

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

background-color css

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

 a { background-color: rgb(217,114,17); }

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

border-color css

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

 span { border-color: rgb(217,114,17); }

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