Html Css Color HEX #D96215 Chocolate

📋 copy color: '#D96215'

red 217 ◦ green 98 ◦ blue 21

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

Shades of Chocolate #D96215

Tints of Chocolate #D96215

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.17%

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

R = 64.58%
G = 29.17%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D96215 (or 0xD96215) is known color: Chocolate. HEX triplet: D9, 62 and 15. RGB value is (217,98,21). Sum of RGB (Red+Green+Blue) = 217+98+21=336 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.58% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 21 (8.59% from 255 or 6.25% from 336); Max value from RGB is 217 - color contains mainly: red. Hex color #D96215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96215 is #269DEA. Grayscale: #7D7D7D. Windows color (decimal): -2530795 or 1401561. OLE color: 1401561.

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

Color convert

RGB 217 98 21 -
CMYK 0 0.55 0.90 0.15
HSL 23.57º 0.82% 0.47% -
HSV(B) 23.57º 0.9% 0.85% -
XYZ 33.12 23.54 3.51 -
YUV 124.8 69.42 193.76 -
System Red Green Blue C M Y K H S L
Decimal 217 98 21 0 0.55 0.90 0.15 23.57 0.82 0.47
Hex D9 62 15 0 37 5A F 18 52 2F
Octal 331 142 25 0 67 132 17 30 122 57
Binary 11011001 1100010 10101 0 110111 1011010 1111 11000 1010010 101111

Color Harmonies of #D96215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96215

Black with #D96215

Text Example


Text Example

White with #D96215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96215; }

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

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

background-color css

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

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

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

border-color css

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

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

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