Html Css Color HEX #D96E13 Chocolate

📋 copy color: '#D96E13'

red 217 ◦ green 110 ◦ blue 19

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

Shades of Chocolate #D96E13

Tints of Chocolate #D96E13

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.79%

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

R = 62.72%
G = 31.79%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D96E13 (or 0xD96E13) is known color: Chocolate. HEX triplet: D9, 6E and 13. RGB value is (217,110,19). Sum of RGB (Red+Green+Blue) = 217+110+19=346 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.72% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 19 (7.81% from 255 or 5.49% from 346); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96E13 is #2691EC. Grayscale: #848484. Windows color (decimal): -2527725 or 1273561. OLE color: 1273561.

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

Color convert

RGB 217 110 19 -
CMYK 0 0.49 0.91 0.15
HSL 27.58º 0.84% 0.46% -
HSV(B) 27.58º 0.91% 0.85% -
XYZ 34.31 25.95 3.82 -
YUV 131.62 64.45 188.9 -
System Red Green Blue C M Y K H S L
Decimal 217 110 19 0 0.49 0.91 0.15 27.58 0.84 0.46
Hex D9 6E 13 0 31 5B F 1C 54 2E
Octal 331 156 23 0 61 133 17 34 124 56
Binary 11011001 1101110 10011 0 110001 1011011 1111 11100 1010100 101110

Color Harmonies of #D96E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96E13

Black with #D96E13

Text Example


Text Example

White with #D96E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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