Html Css Color HEX #D95B16 Chocolate

📋 copy color: '#D95B16'

red 217 ◦ green 91 ◦ blue 22

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

Shades of Chocolate #D95B16

Tints of Chocolate #D95B16

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.58%

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

R = 65.76%
G = 27.58%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D95B16 (or 0xD95B16) is known color: Chocolate. HEX triplet: D9, 5B and 16. RGB value is (217,91,22). Sum of RGB (Red+Green+Blue) = 217+91+22=330 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.76% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 217 - color contains mainly: red. Hex color #D95B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95B16 is #26A4E9. Grayscale: #797979. Windows color (decimal): -2532586 or 1465305. OLE color: 1465305.

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

Color convert

RGB 217 91 22 -
CMYK 0 0.58 0.90 0.15
HSL 21.23º 0.82% 0.47% -
HSV(B) 21.23º 0.9% 0.85% -
XYZ 32.5 22.29 3.35 -
YUV 120.81 72.24 196.61 -
System Red Green Blue C M Y K H S L
Decimal 217 91 22 0 0.58 0.90 0.15 21.23 0.82 0.47
Hex D9 5B 16 0 3A 5A F 15 52 2F
Octal 331 133 26 0 72 132 17 25 122 57
Binary 11011001 1011011 10110 0 111010 1011010 1111 10101 1010010 101111

Color Harmonies of #D95B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95B16

Black with #D95B16

Text Example


Text Example

White with #D95B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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