Html Css Color HEX #D97613 Chocolate

📋 copy color: '#D97613'

red 217 ◦ green 118 ◦ blue 19

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

Shades of Chocolate #D97613

Tints of Chocolate #D97613

RGB

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

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

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

R = 61.3%
G = 33.33%
B = 5.37%

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

#D97613 (or 0xD97613) is known color: Chocolate. HEX triplet: D9, 76 and 13. RGB value is (217,118,19). Sum of RGB (Red+Green+Blue) = 217+118+19=354 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.30% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 19 (7.81% from 255 or 5.37% from 354); Max value from RGB is 217 - color contains mainly: red. Hex color #D97613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D97613 is #2689EC. Grayscale: #888888. Windows color (decimal): -2525677 or 1275609. OLE color: 1275609.

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

Color convert

RGB 217 118 19 -
CMYK 0 0.46 0.91 0.15
HSL 30º 0.84% 0.46% -
HSV(B) 30º 0.91% 0.85% -
XYZ 35.21 27.76 4.12 -
YUV 136.32 61.8 185.55 -
System Red Green Blue C M Y K H S L
Decimal 217 118 19 0 0.46 0.91 0.15 30 0.84 0.46
Hex D9 76 13 0 2E 5B F 1E 54 2E
Octal 331 166 23 0 56 133 17 36 124 56
Binary 11011001 1110110 10011 0 101110 1011011 1111 11110 1010100 101110

Color Harmonies of #D97613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97613

Black with #D97613

Text Example


Text Example

White with #D97613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97613; }

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

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

background-color css

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

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

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

border-color css

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

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

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