Html Css Color HEX #D8621F Chocolate

📋 copy color: '#D8621F'

red 216 ◦ green 98 ◦ blue 31

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

Shades of Chocolate #D8621F

Tints of Chocolate #D8621F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.41%

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

R = 62.61%
G = 28.41%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8621F (or 0xD8621F) is known color: Chocolate. HEX triplet: D8, 62 and 1F. RGB value is (216,98,31). Sum of RGB (Red+Green+Blue) = 216+98+31=345 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.61% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 31 (12.5% from 255 or 8.99% from 345); Max value from RGB is 216 - color contains mainly: red. Hex color #D8621F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8621F is #279DE0. Grayscale: #7E7E7E. Windows color (decimal): -2596321 or 2056920. OLE color: 2056920.

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

Color convert

RGB 216 98 31 -
CMYK 0 0.55 0.86 0.15
HSL 21.73º 0.75% 0.48% -
HSV(B) 21.73º 0.86% 0.85% -
XYZ 32.93 23.43 4.08 -
YUV 125.64 74.59 192.45 -
System Red Green Blue C M Y K H S L
Decimal 216 98 31 0 0.55 0.86 0.15 21.73 0.75 0.48
Hex D8 62 1F 0 37 56 F 16 4B 30
Octal 330 142 37 0 67 126 17 26 113 60
Binary 11011000 1100010 11111 0 110111 1010110 1111 10110 1001011 110000

Color Harmonies of #D8621F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8621F

Black with #D8621F

Text Example


Text Example

White with #D8621F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8621F; }

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

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

background-color css

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

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

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

border-color css

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

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

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