Html Css Color HEX #D8521B Chocolate

📋 copy color: '#D8521B'

red 216 ◦ green 82 ◦ blue 27

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

Shades of Chocolate #D8521B

Tints of Chocolate #D8521B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.23%

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

R = 66.46%
G = 25.23%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8521B (or 0xD8521B) is known color: Chocolate. HEX triplet: D8, 52 and 1B. RGB value is (216,82,27). Sum of RGB (Red+Green+Blue) = 216+82+27=325 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.46% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 27 (10.94% from 255 or 8.31% from 325); Max value from RGB is 216 - color contains mainly: red. Hex color #D8521B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8521B is #27ADE4. Grayscale: #747474. Windows color (decimal): -2600421 or 1790680. OLE color: 1790680.

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

Color convert

RGB 216 82 27 -
CMYK 0 0.62 0.88 0.15
HSL 17.46º 0.78% 0.48% -
HSV(B) 17.46º 0.88% 0.85% -
XYZ 31.53 20.71 3.37 -
YUV 115.8 77.89 199.47 -
System Red Green Blue C M Y K H S L
Decimal 216 82 27 0 0.62 0.88 0.15 17.46 0.78 0.48
Hex D8 52 1B 0 3E 58 F 11 4E 30
Octal 330 122 33 0 76 130 17 21 116 60
Binary 11011000 1010010 11011 0 111110 1011000 1111 10001 1001110 110000

Color Harmonies of #D8521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8521B

Black with #D8521B

Text Example


Text Example

White with #D8521B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8521B; }

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

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

background-color css

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

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

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

border-color css

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

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

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