Html Css Color HEX #D96315 Chocolate

📋 copy color: '#D96315'

red 217 ◦ green 99 ◦ blue 21

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

Shades of Chocolate #D96315

Tints of Chocolate #D96315

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.38%

 BLUE value IS 21 (8.59% from 255) = 6.23%

R = 64.39%
G = 29.38%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D96315 (or 0xD96315) is known color: Chocolate. HEX triplet: D9, 63 and 15. RGB value is (217,99,21). Sum of RGB (Red+Green+Blue) = 217+99+21=337 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.39% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 21 (8.59% from 255 or 6.23% from 337); Max value from RGB is 217 - color contains mainly: red. Hex color #D96315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96315 is #269CEA. Grayscale: #7D7D7D. Windows color (decimal): -2530539 or 1401817. OLE color: 1401817.

HSL color Cylindrical-coordinate representation of color #D96315: hue angle of 23.88º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D96315 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 99 21 -
CMYK 0 0.54 0.90 0.15
HSL 23.88º 0.82% 0.47% -
HSV(B) 23.88º 0.9% 0.85% -
XYZ 33.21 23.73 3.54 -
YUV 125.39 69.09 193.34 -
System Red Green Blue C M Y K H S L
Decimal 217 99 21 0 0.54 0.90 0.15 23.88 0.82 0.47
Hex D9 63 15 0 36 5A F 18 52 2F
Octal 331 143 25 0 66 132 17 30 122 57
Binary 11011001 1100011 10101 0 110110 1011010 1111 11000 1010010 101111

Color Harmonies of #D96315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96315

Black with #D96315

Text Example


Text Example

White with #D96315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96315; }

 p { color: rgb(217,99,21); }

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

background-color css

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

 a { background-color: rgb(217,99,21); }

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

border-color css

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

 span { border-color: rgb(217,99,21); }

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