Html Css Color HEX #D95519 Chocolate

📋 copy color: '#D95519'

red 217 ◦ green 85 ◦ blue 25

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

Shades of Chocolate #D95519

Tints of Chocolate #D95519

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.99%

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

R = 66.36%
G = 25.99%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D95519 (or 0xD95519) is known color: Chocolate. HEX triplet: D9, 55 and 19. RGB value is (217,85,25). Sum of RGB (Red+Green+Blue) = 217+85+25=327 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.36% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 25 (10.16% from 255 or 7.65% from 327); Max value from RGB is 217 - color contains mainly: red. Hex color #D95519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95519 is #26AAE6. Grayscale: #767676. Windows color (decimal): -2534119 or 1660377. OLE color: 1660377.

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

Color convert

RGB 217 85 25 -
CMYK 0 0.61 0.88 0.15
HSL 18.75º 0.79% 0.47% -
HSV(B) 18.75º 0.88% 0.85% -
XYZ 32.04 21.32 3.35 -
YUV 117.63 75.73 198.88 -
System Red Green Blue C M Y K H S L
Decimal 217 85 25 0 0.61 0.88 0.15 18.75 0.79 0.47
Hex D9 55 19 0 3D 58 F 13 4F 2F
Octal 331 125 31 0 75 130 17 23 117 57
Binary 11011001 1010101 11001 0 111101 1011000 1111 10011 1001111 101111

Color Harmonies of #D95519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95519

Black with #D95519

Text Example


Text Example

White with #D95519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95519; }

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

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

background-color css

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

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

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

border-color css

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

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

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