Html Css Color HEX #D96A14 Chocolate

📋 copy color: '#D96A14'

red 217 ◦ green 106 ◦ blue 20

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

Shades of Chocolate #D96A14

Tints of Chocolate #D96A14

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.9%

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

R = 63.27%
G = 30.9%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D96A14 (or 0xD96A14) is known color: Chocolate. HEX triplet: D9, 6A and 14. RGB value is (217,106,20). Sum of RGB (Red+Green+Blue) = 217+106+20=343 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.27% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96A14 is #2695EB. Grayscale: #818181. Windows color (decimal): -2528748 or 1338073. OLE color: 1338073.

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

Color convert

RGB 217 106 20 -
CMYK 0 0.51 0.91 0.15
HSL 26.19º 0.83% 0.46% -
HSV(B) 26.19º 0.91% 0.85% -
XYZ 33.9 25.11 3.72 -
YUV 129.39 66.27 190.49 -
System Red Green Blue C M Y K H S L
Decimal 217 106 20 0 0.51 0.91 0.15 26.19 0.83 0.46
Hex D9 6A 14 0 33 5B F 1A 53 2E
Octal 331 152 24 0 63 133 17 32 123 56
Binary 11011001 1101010 10100 0 110011 1011011 1111 11010 1010011 101110

Color Harmonies of #D96A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96A14

Black with #D96A14

Text Example


Text Example

White with #D96A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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