Html Css Color HEX #D8631B Chocolate

📋 copy color: '#D8631B'

red 216 ◦ green 99 ◦ blue 27

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

Shades of Chocolate #D8631B

Tints of Chocolate #D8631B

RGB

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

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

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

R = 63.16%
G = 28.95%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8631B (or 0xD8631B) is known color: Chocolate. HEX triplet: D8, 63 and 1B. RGB value is (216,99,27). Sum of RGB (Red+Green+Blue) = 216+99+27=342 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.16% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 27 (10.94% from 255 or 7.89% from 342); Max value from RGB is 216 - color contains mainly: red. Hex color #D8631B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8631B is #279CE4. Grayscale: #7E7E7E. Windows color (decimal): -2596069 or 1795032. OLE color: 1795032.

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

Color convert

RGB 216 99 27 -
CMYK 0 0.54 0.88 0.15
HSL 22.86º 0.78% 0.48% -
HSV(B) 22.86º 0.88% 0.85% -
XYZ 32.98 23.6 3.85 -
YUV 125.78 72.26 192.35 -
System Red Green Blue C M Y K H S L
Decimal 216 99 27 0 0.54 0.88 0.15 22.86 0.78 0.48
Hex D8 63 1B 0 36 58 F 17 4E 30
Octal 330 143 33 0 66 130 17 27 116 60
Binary 11011000 1100011 11011 0 110110 1011000 1111 10111 1001110 110000

Color Harmonies of #D8631B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8631B

Black with #D8631B

Text Example


Text Example

White with #D8631B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8631B; }

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

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

background-color css

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

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

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

border-color css

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

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

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