Html Css Color HEX #D8681E Chocolate

📋 copy color: '#D8681E'

red 216 ◦ green 104 ◦ blue 30

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

Shades of Chocolate #D8681E

Tints of Chocolate #D8681E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.57%

R = 61.71%
G = 29.71%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8681E (or 0xD8681E) is known color: Chocolate. HEX triplet: D8, 68 and 1E. RGB value is (216,104,30). Sum of RGB (Red+Green+Blue) = 216+104+30=350 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.71% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 216 - color contains mainly: red. Hex color #D8681E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8681E is #2797E1. Grayscale: #818181. Windows color (decimal): -2594786 or 1992920. OLE color: 1992920.

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

Color convert

RGB 216 104 30 -
CMYK 0 0.52 0.86 0.15
HSL 23.87º 0.76% 0.48% -
HSV(B) 23.87º 0.86% 0.85% -
XYZ 33.5 24.59 4.21 -
YUV 129.05 72.11 190.02 -
System Red Green Blue C M Y K H S L
Decimal 216 104 30 0 0.52 0.86 0.15 23.87 0.76 0.48
Hex D8 68 1E 0 34 56 F 18 4C 30
Octal 330 150 36 0 64 126 17 30 114 60
Binary 11011000 1101000 11110 0 110100 1010110 1111 11000 1001100 110000

Color Harmonies of #D8681E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8681E

Black with #D8681E

Text Example


Text Example

White with #D8681E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8681E; }

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

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

background-color css

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

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

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

border-color css

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

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

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