Html Css Color HEX #D96513 Chocolate

📋 copy color: '#D96513'

red 217 ◦ green 101 ◦ blue 19

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

Shades of Chocolate #D96513

Tints of Chocolate #D96513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.64%

R = 64.39%
G = 29.97%
B = 5.64%

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

#D96513 (or 0xD96513) is known color: Chocolate. HEX triplet: D9, 65 and 13. RGB value is (217,101,19). Sum of RGB (Red+Green+Blue) = 217+101+19=337 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.39% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 19 (7.81% from 255 or 5.64% from 337); Max value from RGB is 217 - color contains mainly: red. Hex color #D96513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96513 is #269AEC. Grayscale: #7E7E7E. Windows color (decimal): -2530029 or 1271257. OLE color: 1271257.

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

Color convert

RGB 217 101 19 -
CMYK 0 0.53 0.91 0.15
HSL 24.85º 0.84% 0.46% -
HSV(B) 24.85º 0.91% 0.85% -
XYZ 33.39 24.11 3.51 -
YUV 126.34 67.43 192.67 -
System Red Green Blue C M Y K H S L
Decimal 217 101 19 0 0.53 0.91 0.15 24.85 0.84 0.46
Hex D9 65 13 0 35 5B F 19 54 2E
Octal 331 145 23 0 65 133 17 31 124 56
Binary 11011001 1100101 10011 0 110101 1011011 1111 11001 1010100 101110

Color Harmonies of #D96513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96513

Black with #D96513

Text Example


Text Example

White with #D96513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96513; }

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

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

background-color css

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

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

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

border-color css

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

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

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