Html Css Color HEX #D86816 Chocolate

📋 copy color: '#D86816'

red 216 ◦ green 104 ◦ blue 22

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

Shades of Chocolate #D86816

Tints of Chocolate #D86816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.43%

R = 63.16%
G = 30.41%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D86816 (or 0xD86816) is known color: Chocolate. HEX triplet: D8, 68 and 16. RGB value is (216,104,22). Sum of RGB (Red+Green+Blue) = 216+104+22=342 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.16% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 216 - color contains mainly: red. Hex color #D86816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86816 is #2797E9. Grayscale: #808080. Windows color (decimal): -2594794 or 1468632. OLE color: 1468632.

HSL color Cylindrical-coordinate representation of color #D86816: hue angle of 25.36º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D86816 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 104 22 -
CMYK 0 0.52 0.90 0.15
HSL 25.36º 0.82% 0.47% -
HSV(B) 25.36º 0.9% 0.85% -
XYZ 33.41 24.56 3.74 -
YUV 128.14 68.11 190.67 -
System Red Green Blue C M Y K H S L
Decimal 216 104 22 0 0.52 0.90 0.15 25.36 0.82 0.47
Hex D8 68 16 0 34 5A F 19 52 2F
Octal 330 150 26 0 64 132 17 31 122 57
Binary 11011000 1101000 10110 0 110100 1011010 1111 11001 1010010 101111

Color Harmonies of #D86816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86816

Black with #D86816

Text Example


Text Example

White with #D86816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86816; }

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

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

background-color css

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

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

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

border-color css

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

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

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