Html Css Color HEX #D96F14 Chocolate

📋 copy color: '#D96F14'

red 217 ◦ green 111 ◦ blue 20

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

Shades of Chocolate #D96F14

Tints of Chocolate #D96F14

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.9%

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

R = 62.36%
G = 31.9%
B = 5.75%

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

#D96F14 (or 0xD96F14) is known color: Chocolate. HEX triplet: D9, 6F and 14. RGB value is (217,111,20). Sum of RGB (Red+Green+Blue) = 217+111+20=348 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.36% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 20 (8.20% from 255 or 5.75% from 348); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96F14 is #2690EB. Grayscale: #848484. Windows color (decimal): -2527468 or 1339353. OLE color: 1339353.

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

Color convert

RGB 217 111 20 -
CMYK 0 0.49 0.91 0.15
HSL 27.72º 0.83% 0.46% -
HSV(B) 27.72º 0.91% 0.85% -
XYZ 34.43 26.17 3.9 -
YUV 132.32 64.62 188.4 -
System Red Green Blue C M Y K H S L
Decimal 217 111 20 0 0.49 0.91 0.15 27.72 0.83 0.46
Hex D9 6F 14 0 31 5B F 1C 53 2E
Octal 331 157 24 0 61 133 17 34 123 56
Binary 11011001 1101111 10100 0 110001 1011011 1111 11100 1010011 101110

Color Harmonies of #D96F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96F14

Black with #D96F14

Text Example


Text Example

White with #D96F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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