Html Css Color HEX #D8551B Chocolate

📋 copy color: '#D8551B'

red 216 ◦ green 85 ◦ blue 27

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

Shades of Chocolate #D8551B

Tints of Chocolate #D8551B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.91%

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

R = 65.85%
G = 25.91%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8551B (or 0xD8551B) is known color: Chocolate. HEX triplet: D8, 55 and 1B. RGB value is (216,85,27). Sum of RGB (Red+Green+Blue) = 216+85+27=328 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.85% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 27 (10.94% from 255 or 8.23% from 328); Max value from RGB is 216 - color contains mainly: red. Hex color #D8551B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8551B is #27AAE4. Grayscale: #757575. Windows color (decimal): -2599653 or 1791448. OLE color: 1791448.

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

Color convert

RGB 216 85 27 -
CMYK 0 0.61 0.88 0.15
HSL 18.41º 0.78% 0.48% -
HSV(B) 18.41º 0.88% 0.85% -
XYZ 31.77 21.18 3.45 -
YUV 117.56 76.9 198.22 -
System Red Green Blue C M Y K H S L
Decimal 216 85 27 0 0.61 0.88 0.15 18.41 0.78 0.48
Hex D8 55 1B 0 3D 58 F 12 4E 30
Octal 330 125 33 0 75 130 17 22 116 60
Binary 11011000 1010101 11011 0 111101 1011000 1111 10010 1001110 110000

Color Harmonies of #D8551B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8551B

Black with #D8551B

Text Example


Text Example

White with #D8551B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8551B; }

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

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

background-color css

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

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

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

border-color css

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

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

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