Html Css Color HEX #D95119 Chocolate

📋 copy color: '#D95119'

red 217 ◦ green 81 ◦ blue 25

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

Shades of Chocolate #D95119

Tints of Chocolate #D95119

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.08%

 BLUE value IS 25 (10.16% from 255) = 7.74%

R = 67.18%
G = 25.08%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D95119 (or 0xD95119) is known color: Chocolate. HEX triplet: D9, 51 and 19. RGB value is (217,81,25). Sum of RGB (Red+Green+Blue) = 217+81+25=323 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.18% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 217 - color contains mainly: red. Hex color #D95119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95119 is #26AEE6. Grayscale: #737373. Windows color (decimal): -2535143 or 1659353. OLE color: 1659353.

HSL color Cylindrical-coordinate representation of color #D95119: hue angle of 17.5º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D95119 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 81 25 -
CMYK 0 0.63 0.88 0.15
HSL 17.5º 0.79% 0.47% -
HSV(B) 17.5º 0.88% 0.85% -
XYZ 31.73 20.71 3.24 -
YUV 115.28 77.06 200.55 -
System Red Green Blue C M Y K H S L
Decimal 217 81 25 0 0.63 0.88 0.15 17.5 0.79 0.47
Hex D9 51 19 0 3F 58 F 12 4F 2F
Octal 331 121 31 0 77 130 17 22 117 57
Binary 11011001 1010001 11001 0 111111 1011000 1111 10010 1001111 101111

Color Harmonies of #D95119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95119

Black with #D95119

Text Example


Text Example

White with #D95119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95119; }

 p { color: rgb(217,81,25); }

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

background-color css

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

 a { background-color: rgb(217,81,25); }

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

border-color css

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

 span { border-color: rgb(217,81,25); }

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