Html Css Color HEX #D96514 Chocolate

📋 copy color: '#D96514'

red 217 ◦ green 101 ◦ blue 20

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

Shades of Chocolate #D96514

Tints of Chocolate #D96514

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.88%

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

R = 64.2%
G = 29.88%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D96514 (or 0xD96514) is known color: Chocolate. HEX triplet: D9, 65 and 14. RGB value is (217,101,20). Sum of RGB (Red+Green+Blue) = 217+101+20=338 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.20% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 20 (8.20% from 255 or 5.92% from 338); Max value from RGB is 217 - color contains mainly: red. Hex color #D96514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96514 is #269AEB. Grayscale: #7E7E7E. Windows color (decimal): -2530028 or 1336793. OLE color: 1336793.

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

Color convert

RGB 217 101 20 -
CMYK 0 0.53 0.91 0.15
HSL 24.67º 0.83% 0.46% -
HSV(B) 24.67º 0.91% 0.85% -
XYZ 33.4 24.11 3.56 -
YUV 126.45 67.93 192.59 -
System Red Green Blue C M Y K H S L
Decimal 217 101 20 0 0.53 0.91 0.15 24.67 0.83 0.46
Hex D9 65 14 0 35 5B F 19 53 2E
Octal 331 145 24 0 65 133 17 31 123 56
Binary 11011001 1100101 10100 0 110101 1011011 1111 11001 1010011 101110

Color Harmonies of #D96514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96514

Black with #D96514

Text Example


Text Example

White with #D96514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96514; }

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

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

background-color css

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

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

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

border-color css

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

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

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