Html Css Color HEX #D8621B Chocolate

📋 copy color: '#D8621B'

red 216 ◦ green 98 ◦ blue 27

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

Shades of Chocolate #D8621B

Tints of Chocolate #D8621B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.92%

R = 63.34%
G = 28.74%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8621B (or 0xD8621B) is known color: Chocolate. HEX triplet: D8, 62 and 1B. RGB value is (216,98,27). Sum of RGB (Red+Green+Blue) = 216+98+27=341 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.34% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 27 (10.94% from 255 or 7.92% from 341); Max value from RGB is 216 - color contains mainly: red. Hex color #D8621B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8621B is #279DE4. Grayscale: #7D7D7D. Windows color (decimal): -2596325 or 1794776. OLE color: 1794776.

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

Color convert

RGB 216 98 27 -
CMYK 0 0.55 0.88 0.15
HSL 22.54º 0.78% 0.48% -
HSV(B) 22.54º 0.88% 0.85% -
XYZ 32.88 23.41 3.82 -
YUV 125.19 72.59 192.77 -
System Red Green Blue C M Y K H S L
Decimal 216 98 27 0 0.55 0.88 0.15 22.54 0.78 0.48
Hex D8 62 1B 0 37 58 F 17 4E 30
Octal 330 142 33 0 67 130 17 27 116 60
Binary 11011000 1100010 11011 0 110111 1011000 1111 10111 1001110 110000

Color Harmonies of #D8621B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8621B

Black with #D8621B

Text Example


Text Example

White with #D8621B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8621B; }

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

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

background-color css

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

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

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

border-color css

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

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

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