Html Css Color HEX #D8681B Chocolate

📋 copy color: '#D8681B'

red 216 ◦ green 104 ◦ blue 27

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

Shades of Chocolate #D8681B

Tints of Chocolate #D8681B

RGB

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

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

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

R = 62.25%
G = 29.97%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8681B (or 0xD8681B) is known color: Chocolate. HEX triplet: D8, 68 and 1B. RGB value is (216,104,27). Sum of RGB (Red+Green+Blue) = 216+104+27=347 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.25% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 27 (10.94% from 255 or 7.78% from 347); Max value from RGB is 216 - color contains mainly: red. Hex color #D8681B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8681B is #2797E4. Grayscale: #818181. Windows color (decimal): -2594789 or 1796312. OLE color: 1796312.

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

Color convert

RGB 216 104 27 -
CMYK 0 0.52 0.88 0.15
HSL 24.44º 0.78% 0.48% -
HSV(B) 24.44º 0.88% 0.85% -
XYZ 33.47 24.58 4.02 -
YUV 128.71 70.61 190.26 -
System Red Green Blue C M Y K H S L
Decimal 216 104 27 0 0.52 0.88 0.15 24.44 0.78 0.48
Hex D8 68 1B 0 34 58 F 18 4E 30
Octal 330 150 33 0 64 130 17 30 116 60
Binary 11011000 1101000 11011 0 110100 1011000 1111 11000 1001110 110000

Color Harmonies of #D8681B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8681B

Black with #D8681B

Text Example


Text Example

White with #D8681B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8681B; }

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

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

background-color css

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

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

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

border-color css

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

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

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