Html Css Color HEX #D85C16 Chocolate

📋 copy color: '#D85C16'

red 216 ◦ green 92 ◦ blue 22

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

Shades of Chocolate #D85C16

Tints of Chocolate #D85C16

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.88%

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

R = 65.45%
G = 27.88%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D85C16 (or 0xD85C16) is known color: Chocolate. HEX triplet: D8, 5C and 16. RGB value is (216,92,22). Sum of RGB (Red+Green+Blue) = 216+92+22=330 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.45% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 216 - color contains mainly: red. Hex color #D85C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85C16 is #27A3E9. Grayscale: #797979. Windows color (decimal): -2597866 or 1465560. OLE color: 1465560.

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

Color convert

RGB 216 92 22 -
CMYK 0 0.57 0.90 0.15
HSL 21.65º 0.82% 0.47% -
HSV(B) 21.65º 0.9% 0.85% -
XYZ 32.29 22.31 3.36 -
YUV 121.1 72.08 195.69 -
System Red Green Blue C M Y K H S L
Decimal 216 92 22 0 0.57 0.90 0.15 21.65 0.82 0.47
Hex D8 5C 16 0 39 5A F 16 52 2F
Octal 330 134 26 0 71 132 17 26 122 57
Binary 11011000 1011100 10110 0 111001 1011010 1111 10110 1010010 101111

Color Harmonies of #D85C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85C16

Black with #D85C16

Text Example


Text Example

White with #D85C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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