Html Css Color HEX #D8631F Chocolate

📋 copy color: '#D8631F'

red 216 ◦ green 99 ◦ blue 31

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

Shades of Chocolate #D8631F

Tints of Chocolate #D8631F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.96%

R = 62.43%
G = 28.61%
B = 8.96%

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

#D8631F (or 0xD8631F) is known color: Chocolate. HEX triplet: D8, 63 and 1F. RGB value is (216,99,31). Sum of RGB (Red+Green+Blue) = 216+99+31=346 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.43% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 31 (12.5% from 255 or 8.96% from 346); Max value from RGB is 216 - color contains mainly: red. Hex color #D8631F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8631F is #279CE0. Grayscale: #7E7E7E. Windows color (decimal): -2596065 or 2057176. OLE color: 2057176.

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

Color convert

RGB 216 99 31 -
CMYK 0 0.54 0.86 0.15
HSL 22.05º 0.75% 0.48% -
HSV(B) 22.05º 0.86% 0.85% -
XYZ 33.03 23.62 4.11 -
YUV 126.23 74.26 192.03 -
System Red Green Blue C M Y K H S L
Decimal 216 99 31 0 0.54 0.86 0.15 22.05 0.75 0.48
Hex D8 63 1F 0 36 56 F 16 4B 30
Octal 330 143 37 0 66 126 17 26 113 60
Binary 11011000 1100011 11111 0 110110 1010110 1111 10110 1001011 110000

Color Harmonies of #D8631F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8631F

Black with #D8631F

Text Example


Text Example

White with #D8631F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8631F; }

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

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

background-color css

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

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

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

border-color css

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

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

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