Html Css Color HEX #D95D1E Chocolate

📋 copy color: '#D95D1E'

red 217 ◦ green 93 ◦ blue 30

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

Shades of Chocolate #D95D1E

Tints of Chocolate #D95D1E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.35%

 BLUE value IS 30 (12.11% from 255) = 8.82%

R = 63.82%
G = 27.35%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D95D1E (or 0xD95D1E) is known color: Chocolate. HEX triplet: D9, 5D and 1E. RGB value is (217,93,30). Sum of RGB (Red+Green+Blue) = 217+93+30=340 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.82% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 30 (12.11% from 255 or 8.82% from 340); Max value from RGB is 217 - color contains mainly: red. Hex color #D95D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95D1E is #26A2E1. Grayscale: #7B7B7B. Windows color (decimal): -2532066 or 1990105. OLE color: 1990105.

HSL color Cylindrical-coordinate representation of color #D95D1E: hue angle of 20.21º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D95D1E is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 93 30 -
CMYK 0 0.57 0.86 0.15
HSL 20.21º 0.76% 0.48% -
HSV(B) 20.21º 0.86% 0.85% -
XYZ 32.76 22.67 3.88 -
YUV 122.89 75.58 195.12 -
System Red Green Blue C M Y K H S L
Decimal 217 93 30 0 0.57 0.86 0.15 20.21 0.76 0.48
Hex D9 5D 1E 0 39 56 F 14 4C 30
Octal 331 135 36 0 71 126 17 24 114 60
Binary 11011001 1011101 11110 0 111001 1010110 1111 10100 1001100 110000

Color Harmonies of #D95D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95D1E

Black with #D95D1E

Text Example


Text Example

White with #D95D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95D1E; }

 p { color: rgb(217,93,30); }

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

background-color css

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

 a { background-color: rgb(217,93,30); }

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

border-color css

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

 span { border-color: rgb(217,93,30); }

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