#D95316

Color #D95316 Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #D95316

Tints of Chocolate #D95316

Color information

#D95316 (or 0xD95316) is unknown color: approx Chocolate. HEX triplet: D9, 53 and 16. RGB value is (217,83,22). Sum of RGB (Red+Green+Blue) = 217+83+22=322 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.39% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 22 (8.98% from 255 or 6.83% from 322); Max value from RGB is 217 - color contains mainly: red. Hex color #D95316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95316 is #26ACE9. Grayscale: #747474. Windows color (decimal): -2534634 or 1463257. OLE color: 1463257.

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

Color convert

RGB2178322-
CMYK00.620.900.15
HSL18.77º81.59%46.86%-
HSV(B)18.77º89.86%85.1%-
XYZ31.85213.13-
YUV116.1174.89199.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 67.39%
GREEN value IS 83 (32.81% from 255) = 25.78%
BLUE value IS 22 (8.98% from 255) = 6.83%
R=67.39%
G=25.78%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.90
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217832200.620.900.1518.7781.5946.86
HexD9531603E5AF13522f
Octal33112326076132172312257
Binary11011001101001110110011111010110101111100111010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95316; }

 p { color: rgb(217,83,22); }

 H1.HeaderClassName
 {
   color: #D95316;
 }
 .AnyTagClassName
 {
   color: #D95316;
 }
</style>
background-color css

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

 a { background-color: rgb(217,83,22); }

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

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

 span { border-color: rgb(217,83,22); }

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