Html Css Color HEX #D96C14 Chocolate

📋 copy color: '#D96C14'

red 217 ◦ green 108 ◦ blue 20

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

Shades of Chocolate #D96C14

Tints of Chocolate #D96C14

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.3%

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

R = 62.9%
G = 31.3%
B = 5.8%

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

#D96C14 (or 0xD96C14) is known color: Chocolate. HEX triplet: D9, 6C and 14. RGB value is (217,108,20). Sum of RGB (Red+Green+Blue) = 217+108+20=345 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.90% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96C14 is #2693EB. Grayscale: #838383. Windows color (decimal): -2528236 or 1338585. OLE color: 1338585.

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

Color convert

RGB 217 108 20 -
CMYK 0 0.50 0.91 0.15
HSL 26.8º 0.83% 0.46% -
HSV(B) 26.8º 0.91% 0.85% -
XYZ 34.1 25.53 3.79 -
YUV 130.56 65.61 189.66 -
System Red Green Blue C M Y K H S L
Decimal 217 108 20 0 0.50 0.91 0.15 26.8 0.83 0.46
Hex D9 6C 14 0 32 5B F 1B 53 2E
Octal 331 154 24 0 62 133 17 33 123 56
Binary 11011001 1101100 10100 0 110010 1011011 1111 11011 1010011 101110

Color Harmonies of #D96C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96C14

Black with #D96C14

Text Example


Text Example

White with #D96C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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