Html Css Color HEX #D95719 Chocolate

📋 copy color: '#D95719'

red 217 ◦ green 87 ◦ blue 25

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

Shades of Chocolate #D95719

Tints of Chocolate #D95719

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.44%

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

R = 65.96%
G = 26.44%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D95719 (or 0xD95719) is known color: Chocolate. HEX triplet: D9, 57 and 19. RGB value is (217,87,25). Sum of RGB (Red+Green+Blue) = 217+87+25=329 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.96% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 217 - color contains mainly: red. Hex color #D95719 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95719 is #26A8E6. Grayscale: #777777. Windows color (decimal): -2533607 or 1660889. OLE color: 1660889.

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

Color convert

RGB 217 87 25 -
CMYK 0 0.60 0.88 0.15
HSL 19.38º 0.79% 0.47% -
HSV(B) 19.38º 0.88% 0.85% -
XYZ 32.2 21.64 3.4 -
YUV 118.8 75.07 198.04 -
System Red Green Blue C M Y K H S L
Decimal 217 87 25 0 0.60 0.88 0.15 19.38 0.79 0.47
Hex D9 57 19 0 3C 58 F 13 4F 2F
Octal 331 127 31 0 74 130 17 23 117 57
Binary 11011001 1010111 11001 0 111100 1011000 1111 10011 1001111 101111

Color Harmonies of #D95719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95719

Black with #D95719

Text Example


Text Example

White with #D95719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95719; }

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

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

background-color css

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

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

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

border-color css

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

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

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