Html Css Color HEX #D8681C Chocolate

📋 copy color: '#D8681C'

red 216 ◦ green 104 ◦ blue 28

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

Shades of Chocolate #D8681C

Tints of Chocolate #D8681C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.89%

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

R = 62.07%
G = 29.89%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D8681C (or 0xD8681C) is known color: Chocolate. HEX triplet: D8, 68 and 1C. RGB value is (216,104,28). Sum of RGB (Red+Green+Blue) = 216+104+28=348 (46% of max value = 765). Red value is 216 (84.77% from 255 or 62.07% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 28 (11.33% from 255 or 8.05% from 348); Max value from RGB is 216 - color contains mainly: red. Hex color #D8681C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8681C is #2797E3. Grayscale: #818181. Windows color (decimal): -2594788 or 1861848. OLE color: 1861848.

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

Color convert

RGB 216 104 28 -
CMYK 0 0.52 0.87 0.15
HSL 24.26º 0.77% 0.48% -
HSV(B) 24.26º 0.87% 0.85% -
XYZ 33.48 24.58 4.08 -
YUV 128.82 71.11 190.18 -
System Red Green Blue C M Y K H S L
Decimal 216 104 28 0 0.52 0.87 0.15 24.26 0.77 0.48
Hex D8 68 1C 0 34 57 F 18 4D 30
Octal 330 150 34 0 64 127 17 30 115 60
Binary 11011000 1101000 11100 0 110100 1010111 1111 11000 1001101 110000

Color Harmonies of #D8681C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8681C

Black with #D8681C

Text Example


Text Example

White with #D8681C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8681C; }

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

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

background-color css

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

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

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

border-color css

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

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

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