Html Css Color HEX #D97213 Chocolate

📋 copy color: '#D97213'

red 217 ◦ green 114 ◦ blue 19

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

Shades of Chocolate #D97213

Tints of Chocolate #D97213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.43%

R = 62%
G = 32.57%
B = 5.43%

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

#D97213 (or 0xD97213) is known color: Chocolate. HEX triplet: D9, 72 and 13. RGB value is (217,114,19). Sum of RGB (Red+Green+Blue) = 217+114+19=350 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 19 (7.81% from 255 or 5.43% from 350); Max value from RGB is 217 - color contains mainly: red. Hex color #D97213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97213 is #268DEC. Grayscale: #868686. Windows color (decimal): -2526701 or 1274585. OLE color: 1274585.

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

Color convert

RGB 217 114 19 -
CMYK 0 0.47 0.91 0.15
HSL 28.79º 0.84% 0.46% -
HSV(B) 28.79º 0.91% 0.85% -
XYZ 34.75 26.83 3.96 -
YUV 133.97 63.12 187.22 -
System Red Green Blue C M Y K H S L
Decimal 217 114 19 0 0.47 0.91 0.15 28.79 0.84 0.46
Hex D9 72 13 0 2F 5B F 1D 54 2E
Octal 331 162 23 0 57 133 17 35 124 56
Binary 11011001 1110010 10011 0 101111 1011011 1111 11101 1010100 101110

Color Harmonies of #D97213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97213

Black with #D97213

Text Example


Text Example

White with #D97213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97213; }

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

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

background-color css

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

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

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

border-color css

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

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

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