Html Css Color HEX #D95714 Chocolate

📋 copy color: '#D95714'

red 217 ◦ green 87 ◦ blue 20

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

Shades of Chocolate #D95714

Tints of Chocolate #D95714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.17%

R = 66.98%
G = 26.85%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D95714 (or 0xD95714) is known color: Chocolate. HEX triplet: D9, 57 and 14. RGB value is (217,87,20). Sum of RGB (Red+Green+Blue) = 217+87+20=324 (42% of max value = 765). Red value is 217 (85.16% from 255 or 66.98% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 217 - color contains mainly: red. Hex color #D95714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95714 is #26A8EB. Grayscale: #767676. Windows color (decimal): -2533612 or 1333209. OLE color: 1333209.

HSL color Cylindrical-coordinate representation of color #D95714: hue angle of 20.41º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D95714 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 87 20 -
CMYK 0 0.60 0.91 0.15
HSL 20.41º 0.83% 0.46% -
HSV(B) 20.41º 0.91% 0.85% -
XYZ 32.15 21.62 3.14 -
YUV 118.23 72.57 198.45 -
System Red Green Blue C M Y K H S L
Decimal 217 87 20 0 0.60 0.91 0.15 20.41 0.83 0.46
Hex D9 57 14 0 3C 5B F 14 53 2E
Octal 331 127 24 0 74 133 17 24 123 56
Binary 11011001 1010111 10100 0 111100 1011011 1111 10100 1010011 101110

Color Harmonies of #D95714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95714

Black with #D95714

Text Example


Text Example

White with #D95714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95714; }

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

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

background-color css

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

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

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

border-color css

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

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

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