Html Css Color HEX #D96E14 Chocolate

📋 copy color: '#D96E14'

red 217 ◦ green 110 ◦ blue 20

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

Shades of Chocolate #D96E14

Tints of Chocolate #D96E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.76%

R = 62.54%
G = 31.7%
B = 5.76%

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

#D96E14 (or 0xD96E14) is known color: Chocolate. HEX triplet: D9, 6E and 14. RGB value is (217,110,20). Sum of RGB (Red+Green+Blue) = 217+110+20=347 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.54% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 20 (8.20% from 255 or 5.76% from 347); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96E14 is #2691EB. Grayscale: #848484. Windows color (decimal): -2527724 or 1339097. OLE color: 1339097.

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

Color convert

RGB 217 110 20 -
CMYK 0 0.49 0.91 0.15
HSL 27.41º 0.83% 0.46% -
HSV(B) 27.41º 0.91% 0.85% -
XYZ 34.32 25.95 3.86 -
YUV 131.73 64.95 188.82 -
System Red Green Blue C M Y K H S L
Decimal 217 110 20 0 0.49 0.91 0.15 27.41 0.83 0.46
Hex D9 6E 14 0 31 5B F 1B 53 2E
Octal 331 156 24 0 61 133 17 33 123 56
Binary 11011001 1101110 10100 0 110001 1011011 1111 11011 1010011 101110

Color Harmonies of #D96E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96E14

Black with #D96E14

Text Example


Text Example

White with #D96E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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