Html Css Color HEX #D8641E Chocolate

📋 copy color: '#D8641E'

red 216 ◦ green 100 ◦ blue 30

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

Shades of Chocolate #D8641E

Tints of Chocolate #D8641E

RGB

 RED value IS 216 (84.77% from 255) = 62.43%

 GREEN value IS 100 (39.45% from 255) = 28.9%

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

R = 62.43%
G = 28.9%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8641E (or 0xD8641E) is known color: Chocolate. HEX triplet: D8, 64 and 1E. RGB value is (216,100,30). Sum of RGB (Red+Green+Blue) = 216+100+30=346 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.43% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 30 (12.11% from 255 or 8.67% from 346); Max value from RGB is 216 - color contains mainly: red. Hex color #D8641E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8641E is #279BE1. Grayscale: #7F7F7F. Windows color (decimal): -2595810 or 1991896. OLE color: 1991896.

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

Color convert

RGB 216 100 30 -
CMYK 0 0.54 0.86 0.15
HSL 22.58º 0.76% 0.48% -
HSV(B) 22.58º 0.86% 0.85% -
XYZ 33.11 23.81 4.08 -
YUV 126.7 73.43 191.69 -
System Red Green Blue C M Y K H S L
Decimal 216 100 30 0 0.54 0.86 0.15 22.58 0.76 0.48
Hex D8 64 1E 0 36 56 F 17 4C 30
Octal 330 144 36 0 66 126 17 27 114 60
Binary 11011000 1100100 11110 0 110110 1010110 1111 10111 1001100 110000

Color Harmonies of #D8641E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8641E

Black with #D8641E

Text Example


Text Example

White with #D8641E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8641E; }

 p { color: rgb(216,100,30); }

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

background-color css

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

 a { background-color: rgb(216,100,30); }

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

border-color css

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

 span { border-color: rgb(216,100,30); }

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