Html Css Color HEX #D96D0E Chocolate

📋 copy color: '#D96D0E'

red 217 ◦ green 109 ◦ blue 14

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

Shades of Chocolate #D96D0E

Tints of Chocolate #D96D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.12%

R = 63.82%
G = 32.06%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D96D0E (or 0xD96D0E) is known color: Chocolate. HEX triplet: D9, 6D and 0E. RGB value is (217,109,14). Sum of RGB (Red+Green+Blue) = 217+109+14=340 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.82% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 14 (5.86% from 255 or 4.12% from 340); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96D0E is #2692F1. Grayscale: #828282. Windows color (decimal): -2527986 or 945625. OLE color: 945625.

HSL color Cylindrical-coordinate representation of color #D96D0E: hue angle of 28.08º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D96D0E is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 109 14 -
CMYK 0 0.50 0.94 0.15
HSL 28.08º 0.88% 0.45% -
HSV(B) 28.08º 0.94% 0.85% -
XYZ 34.16 25.72 3.58 -
YUV 130.46 62.28 189.72 -
System Red Green Blue C M Y K H S L
Decimal 217 109 14 0 0.50 0.94 0.15 28.08 0.88 0.45
Hex D9 6D E 0 32 5E F 1C 58 2D
Octal 331 155 16 0 62 136 17 34 130 55
Binary 11011001 1101101 1110 0 110010 1011110 1111 11100 1011000 101101

Color Harmonies of #D96D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96D0E

Black with #D96D0E

Text Example


Text Example

White with #D96D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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