Html Css Color HEX #D95F16 Chocolate

📋 copy color: '#D95F16'

red 217 ◦ green 95 ◦ blue 22

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

Shades of Chocolate #D95F16

Tints of Chocolate #D95F16

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.44%

 BLUE value IS 22 (8.98% from 255) = 6.59%

R = 64.97%
G = 28.44%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D95F16 (or 0xD95F16) is known color: Chocolate. HEX triplet: D9, 5F and 16. RGB value is (217,95,22). Sum of RGB (Red+Green+Blue) = 217+95+22=334 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.97% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 217 - color contains mainly: red. Hex color #D95F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95F16 is #26A0E9. Grayscale: #7B7B7B. Windows color (decimal): -2531562 or 1466329. OLE color: 1466329.

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

Color convert

RGB 217 95 22 -
CMYK 0 0.56 0.90 0.15
HSL 22.46º 0.82% 0.47% -
HSV(B) 22.46º 0.9% 0.85% -
XYZ 32.85 22.99 3.47 -
YUV 123.16 70.92 194.94 -
System Red Green Blue C M Y K H S L
Decimal 217 95 22 0 0.56 0.90 0.15 22.46 0.82 0.47
Hex D9 5F 16 0 38 5A F 16 52 2F
Octal 331 137 26 0 70 132 17 26 122 57
Binary 11011001 1011111 10110 0 111000 1011010 1111 10110 1010010 101111

Color Harmonies of #D95F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95F16

Black with #D95F16

Text Example


Text Example

White with #D95F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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