Html Css Color HEX #D8631E Chocolate

📋 copy color: '#D8631E'

red 216 ◦ green 99 ◦ blue 30

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

Shades of Chocolate #D8631E

Tints of Chocolate #D8631E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.7%

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

R = 62.61%
G = 28.7%
B = 8.7%

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

#D8631E (or 0xD8631E) is known color: Chocolate. HEX triplet: D8, 63 and 1E. RGB value is (216,99,30). Sum of RGB (Red+Green+Blue) = 216+99+30=345 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.61% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 30 (12.11% from 255 or 8.70% from 345); Max value from RGB is 216 - color contains mainly: red. Hex color #D8631E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8631E is #279CE1. Grayscale: #7E7E7E. Windows color (decimal): -2596066 or 1991640. OLE color: 1991640.

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

Color convert

RGB 216 99 30 -
CMYK 0 0.54 0.86 0.15
HSL 22.26º 0.76% 0.48% -
HSV(B) 22.26º 0.86% 0.85% -
XYZ 33.02 23.62 4.05 -
YUV 126.12 73.76 192.11 -
System Red Green Blue C M Y K H S L
Decimal 216 99 30 0 0.54 0.86 0.15 22.26 0.76 0.48
Hex D8 63 1E 0 36 56 F 16 4C 30
Octal 330 143 36 0 66 126 17 26 114 60
Binary 11011000 1100011 11110 0 110110 1010110 1111 10110 1001100 110000

Color Harmonies of #D8631E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8631E

Black with #D8631E

Text Example


Text Example

White with #D8631E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8631E; }

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

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

background-color css

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

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

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

border-color css

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

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

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