Html Css Color HEX #D97214 Chocolate

📋 copy color: '#D97214'

red 217 ◦ green 114 ◦ blue 20

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

Shades of Chocolate #D97214

Tints of Chocolate #D97214

RGB

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

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

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

R = 61.82%
G = 32.48%
B = 5.7%

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

#D97214 (or 0xD97214) is known color: Chocolate. HEX triplet: D9, 72 and 14. RGB value is (217,114,20). Sum of RGB (Red+Green+Blue) = 217+114+20=351 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.82% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 217 - color contains mainly: red. Hex color #D97214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97214 is #268DEB. Grayscale: #868686. Windows color (decimal): -2526700 or 1340121. OLE color: 1340121.

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

Color convert

RGB 217 114 20 -
CMYK 0 0.47 0.91 0.15
HSL 28.63º 0.83% 0.46% -
HSV(B) 28.63º 0.91% 0.85% -
XYZ 34.76 26.84 4.01 -
YUV 134.08 63.62 187.14 -
System Red Green Blue C M Y K H S L
Decimal 217 114 20 0 0.47 0.91 0.15 28.63 0.83 0.46
Hex D9 72 14 0 2F 5B F 1D 53 2E
Octal 331 162 24 0 57 133 17 35 123 56
Binary 11011001 1110010 10100 0 101111 1011011 1111 11101 1010011 101110

Color Harmonies of #D97214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97214

Black with #D97214

Text Example


Text Example

White with #D97214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97214; }

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

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

background-color css

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

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

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

border-color css

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

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

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