Html Css Color HEX #D96D13 Chocolate

📋 copy color: '#D96D13'

red 217 ◦ green 109 ◦ blue 19

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

Shades of Chocolate #D96D13

Tints of Chocolate #D96D13

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.59%

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

R = 62.9%
G = 31.59%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D96D13 (or 0xD96D13) is known color: Chocolate. HEX triplet: D9, 6D and 13. RGB value is (217,109,19). Sum of RGB (Red+Green+Blue) = 217+109+19=345 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.90% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96D13 is #2692EC. Grayscale: #838383. Windows color (decimal): -2527981 or 1273305. OLE color: 1273305.

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

Color convert

RGB 217 109 19 -
CMYK 0 0.50 0.91 0.15
HSL 27.27º 0.84% 0.46% -
HSV(B) 27.27º 0.91% 0.85% -
XYZ 34.2 25.74 3.78 -
YUV 131.03 64.78 189.32 -
System Red Green Blue C M Y K H S L
Decimal 217 109 19 0 0.50 0.91 0.15 27.27 0.84 0.46
Hex D9 6D 13 0 32 5B F 1B 54 2E
Octal 331 155 23 0 62 133 17 33 124 56
Binary 11011001 1101101 10011 0 110010 1011011 1111 11011 1010100 101110

Color Harmonies of #D96D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96D13

Black with #D96D13

Text Example


Text Example

White with #D96D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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