Html Css Color HEX #D95B15 Chocolate

📋 copy color: '#D95B15'

red 217 ◦ green 91 ◦ blue 21

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

Shades of Chocolate #D95B15

Tints of Chocolate #D95B15

RGB

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

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

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

R = 65.96%
G = 27.66%
B = 6.38%

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

#D95B15 (or 0xD95B15) is known color: Chocolate. HEX triplet: D9, 5B and 15. RGB value is (217,91,21). Sum of RGB (Red+Green+Blue) = 217+91+21=329 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.96% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 21 (8.59% from 255 or 6.38% from 329); Max value from RGB is 217 - color contains mainly: red. Hex color #D95B15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95B15 is #26A4EA. Grayscale: #797979. Windows color (decimal): -2532587 or 1399769. OLE color: 1399769.

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

Color convert

RGB 217 91 21 -
CMYK 0 0.58 0.90 0.15
HSL 21.43º 0.82% 0.47% -
HSV(B) 21.43º 0.9% 0.85% -
XYZ 32.49 22.29 3.3 -
YUV 120.69 71.74 196.69 -
System Red Green Blue C M Y K H S L
Decimal 217 91 21 0 0.58 0.90 0.15 21.43 0.82 0.47
Hex D9 5B 15 0 3A 5A F 15 52 2F
Octal 331 133 25 0 72 132 17 25 122 57
Binary 11011001 1011011 10101 0 111010 1011010 1111 10101 1010010 101111

Color Harmonies of #D95B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95B15

Black with #D95B15

Text Example


Text Example

White with #D95B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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