Html Css Color HEX #D8501C Chocolate

📋 copy color: '#D8501C'

red 216 ◦ green 80 ◦ blue 28

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

Shades of Chocolate #D8501C

Tints of Chocolate #D8501C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.69%

 BLUE value IS 28 (11.33% from 255) = 8.64%

R = 66.67%
G = 24.69%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D8501C (or 0xD8501C) is known color: Chocolate. HEX triplet: D8, 50 and 1C. RGB value is (216,80,28). Sum of RGB (Red+Green+Blue) = 216+80+28=324 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.67% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 28 (11.33% from 255 or 8.64% from 324); Max value from RGB is 216 - color contains mainly: red. Hex color #D8501C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8501C is #27AFE3. Grayscale: #737373. Windows color (decimal): -2600932 or 1855704. OLE color: 1855704.

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

Color convert

RGB 216 80 28 -
CMYK 0 0.63 0.87 0.15
HSL 16.6º 0.77% 0.48% -
HSV(B) 16.6º 0.87% 0.85% -
XYZ 31.4 20.42 3.39 -
YUV 114.74 79.06 200.23 -
System Red Green Blue C M Y K H S L
Decimal 216 80 28 0 0.63 0.87 0.15 16.6 0.77 0.48
Hex D8 50 1C 0 3F 57 F 11 4D 30
Octal 330 120 34 0 77 127 17 21 115 60
Binary 11011000 1010000 11100 0 111111 1010111 1111 10001 1001101 110000

Color Harmonies of #D8501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8501C

Black with #D8501C

Text Example


Text Example

White with #D8501C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8501C; }

 p { color: rgb(216,80,28); }

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

background-color css

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

 a { background-color: rgb(216,80,28); }

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

border-color css

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

 span { border-color: rgb(216,80,28); }

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