Html Css Color HEX #D86223 Chocolate

📋 copy color: '#D86223'

red 216 ◦ green 98 ◦ blue 35

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

Shades of Chocolate #D86223

Tints of Chocolate #D86223

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.08%

 BLUE value IS 35 (14.06% from 255) = 10.03%

R = 61.89%
G = 28.08%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D86223 (or 0xD86223) is known color: Chocolate. HEX triplet: D8, 62 and 23. RGB value is (216,98,35). Sum of RGB (Red+Green+Blue) = 216+98+35=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 35 (14.06% from 255 or 10.03% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D86223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86223 is #279DDC. Grayscale: #7E7E7E. Windows color (decimal): -2596317 or 2319064. OLE color: 2319064.

HSL color Cylindrical-coordinate representation of color #D86223: hue angle of 20.88º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D86223 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 98 35 -
CMYK 0 0.55 0.84 0.15
HSL 20.88º 0.72% 0.49% -
HSV(B) 20.88º 0.84% 0.85% -
XYZ 32.99 23.46 4.38 -
YUV 126.1 76.59 192.12 -
System Red Green Blue C M Y K H S L
Decimal 216 98 35 0 0.55 0.84 0.15 20.88 0.72 0.49
Hex D8 62 23 0 37 54 F 15 48 31
Octal 330 142 43 0 67 124 17 25 110 61
Binary 11011000 1100010 100011 0 110111 1010100 1111 10101 1001000 110001

Color Harmonies of #D86223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86223

Black with #D86223

Text Example


Text Example

White with #D86223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86223; }

 p { color: rgb(216,98,35); }

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

background-color css

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

 a { background-color: rgb(216,98,35); }

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

border-color css

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

 span { border-color: rgb(216,98,35); }

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