Html Css Color HEX #D96115 Chocolate

📋 copy color: '#D96115'

red 217 ◦ green 97 ◦ blue 21

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

Shades of Chocolate #D96115

Tints of Chocolate #D96115

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.96%

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

R = 64.78%
G = 28.96%
B = 6.27%

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

#D96115 (or 0xD96115) is known color: Chocolate. HEX triplet: D9, 61 and 15. RGB value is (217,97,21). Sum of RGB (Red+Green+Blue) = 217+97+21=335 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.78% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 217 - color contains mainly: red. Hex color #D96115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96115 is #269EEA. Grayscale: #7C7C7C. Windows color (decimal): -2531051 or 1401305. OLE color: 1401305.

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

Color convert

RGB 217 97 21 -
CMYK 0 0.55 0.90 0.15
HSL 23.27º 0.82% 0.47% -
HSV(B) 23.27º 0.9% 0.85% -
XYZ 33.03 23.36 3.48 -
YUV 124.22 69.76 194.18 -
System Red Green Blue C M Y K H S L
Decimal 217 97 21 0 0.55 0.90 0.15 23.27 0.82 0.47
Hex D9 61 15 0 37 5A F 17 52 2F
Octal 331 141 25 0 67 132 17 27 122 57
Binary 11011001 1100001 10101 0 110111 1011010 1111 10111 1010010 101111

Color Harmonies of #D96115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96115

Black with #D96115

Text Example


Text Example

White with #D96115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96115; }

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

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

background-color css

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

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

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

border-color css

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

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

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