Html Css Color HEX #D86326 Chocolate

📋 copy color: '#D86326'

red 216 ◦ green 99 ◦ blue 38

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

Shades of Chocolate #D86326

Tints of Chocolate #D86326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.76%

R = 61.19%
G = 28.05%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D86326 (or 0xD86326) is known color: Chocolate. HEX triplet: D8, 63 and 26. RGB value is (216,99,38). Sum of RGB (Red+Green+Blue) = 216+99+38=353 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.19% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 38 (15.23% from 255 or 10.76% from 353); Max value from RGB is 216 - color contains mainly: red. Hex color #D86326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86326 is #279CD9. Grayscale: #7F7F7F. Windows color (decimal): -2596058 or 2515928. OLE color: 2515928.

HSL color Cylindrical-coordinate representation of color #D86326: hue angle of 20.56º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D86326 is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 99 38 -
CMYK 0 0.54 0.82 0.15
HSL 20.56º 0.7% 0.5% -
HSV(B) 20.56º 0.82% 0.85% -
XYZ 33.13 23.66 4.65 -
YUV 127.03 77.76 191.46 -
System Red Green Blue C M Y K H S L
Decimal 216 99 38 0 0.54 0.82 0.15 20.56 0.7 0.5
Hex D8 63 26 0 36 52 F 15 46 32
Octal 330 143 46 0 66 122 17 25 106 62
Binary 11011000 1100011 100110 0 110110 1010010 1111 10101 1000110 110010

Color Harmonies of #D86326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86326

Black with #D86326

Text Example


Text Example

White with #D86326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86326; }

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

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

background-color css

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

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

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

border-color css

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

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

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