Html Css Color HEX #D97413 Chocolate

📋 copy color: '#D97413'

red 217 ◦ green 116 ◦ blue 19

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

Shades of Chocolate #D97413

Tints of Chocolate #D97413

RGB

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

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

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

R = 61.65%
G = 32.95%
B = 5.4%

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

#D97413 (or 0xD97413) is known color: Chocolate. HEX triplet: D9, 74 and 13. RGB value is (217,116,19). Sum of RGB (Red+Green+Blue) = 217+116+19=352 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.65% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 19 (7.81% from 255 or 5.40% from 352); Max value from RGB is 217 - color contains mainly: red. Hex color #D97413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97413 is #268BEC. Grayscale: #878787. Windows color (decimal): -2526189 or 1275097. OLE color: 1275097.

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

Color convert

RGB 217 116 19 -
CMYK 0 0.47 0.91 0.15
HSL 29.39º 0.84% 0.46% -
HSV(B) 29.39º 0.91% 0.85% -
XYZ 34.98 27.29 4.04 -
YUV 135.14 62.46 186.39 -
System Red Green Blue C M Y K H S L
Decimal 217 116 19 0 0.47 0.91 0.15 29.39 0.84 0.46
Hex D9 74 13 0 2F 5B F 1D 54 2E
Octal 331 164 23 0 57 133 17 35 124 56
Binary 11011001 1110100 10011 0 101111 1011011 1111 11101 1010100 101110

Color Harmonies of #D97413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97413

Black with #D97413

Text Example


Text Example

White with #D97413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97413; }

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

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

background-color css

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

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

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

border-color css

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

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

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