Html Css Color HEX #D8711B Chocolate

📋 copy color: '#D8711B'

red 216 ◦ green 113 ◦ blue 27

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

Shades of Chocolate #D8711B

Tints of Chocolate #D8711B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.74%

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

R = 60.67%
G = 31.74%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8711B (or 0xD8711B) is known color: Chocolate. HEX triplet: D8, 71 and 1B. RGB value is (216,113,27). Sum of RGB (Red+Green+Blue) = 216+113+27=356 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.67% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 27 (10.94% from 255 or 7.58% from 356); Max value from RGB is 216 - color contains mainly: red. Hex color #D8711B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8711B is #278EE4. Grayscale: #868686. Windows color (decimal): -2592485 or 1798616. OLE color: 1798616.

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

Color convert

RGB 216 113 27 -
CMYK 0 0.48 0.88 0.15
HSL 27.3º 0.78% 0.48% -
HSV(B) 27.3º 0.88% 0.85% -
XYZ 34.42 26.49 4.34 -
YUV 133.99 67.62 186.49 -
System Red Green Blue C M Y K H S L
Decimal 216 113 27 0 0.48 0.88 0.15 27.3 0.78 0.48
Hex D8 71 1B 0 30 58 F 1B 4E 30
Octal 330 161 33 0 60 130 17 33 116 60
Binary 11011000 1110001 11011 0 110000 1011000 1111 11011 1001110 110000

Color Harmonies of #D8711B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8711B

Black with #D8711B

Text Example


Text Example

White with #D8711B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8711B; }

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

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

background-color css

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

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

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

border-color css

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

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

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