Html Css Color HEX #D86322 Chocolate

📋 copy color: '#D86322'

red 216 ◦ green 99 ◦ blue 34

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

Shades of Chocolate #D86322

Tints of Chocolate #D86322

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.37%

 BLUE value IS 34 (13.67% from 255) = 9.74%

R = 61.89%
G = 28.37%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D86322 (or 0xD86322) is known color: Chocolate. HEX triplet: D8, 63 and 22. RGB value is (216,99,34). Sum of RGB (Red+Green+Blue) = 216+99+34=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 34 (13.67% from 255 or 9.74% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D86322 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86322 is #279CDD. Grayscale: #7E7E7E. Windows color (decimal): -2596062 or 2253784. OLE color: 2253784.

HSL color Cylindrical-coordinate representation of color #D86322: hue angle of 21.43º degrees, saturation: 0.73, 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 #D86322 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 99 34 -
CMYK 0 0.54 0.84 0.15
HSL 21.43º 0.73% 0.49% -
HSV(B) 21.43º 0.84% 0.85% -
XYZ 33.07 23.64 4.33 -
YUV 126.57 75.76 191.79 -
System Red Green Blue C M Y K H S L
Decimal 216 99 34 0 0.54 0.84 0.15 21.43 0.73 0.49
Hex D8 63 22 0 36 54 F 15 49 31
Octal 330 143 42 0 66 124 17 25 111 61
Binary 11011000 1100011 100010 0 110110 1010100 1111 10101 1001001 110001

Color Harmonies of #D86322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86322

Black with #D86322

Text Example


Text Example

White with #D86322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86322; }

 p { color: rgb(216,99,34); }

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

background-color css

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

 a { background-color: rgb(216,99,34); }

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

border-color css

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

 span { border-color: rgb(216,99,34); }

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