Html Css Color HEX #D85D16 Chocolate

📋 copy color: '#D85D16'

red 216 ◦ green 93 ◦ blue 22

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

Shades of Chocolate #D85D16

Tints of Chocolate #D85D16

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.1%

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

R = 65.26%
G = 28.1%
B = 6.65%

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

#D85D16 (or 0xD85D16) is known color: Chocolate. HEX triplet: D8, 5D and 16. RGB value is (216,93,22). Sum of RGB (Red+Green+Blue) = 216+93+22=331 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.26% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85D16 is #27A2E9. Grayscale: #7A7A7A. Windows color (decimal): -2597610 or 1465816. OLE color: 1465816.

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

Color convert

RGB 216 93 22 -
CMYK 0 0.57 0.90 0.15
HSL 21.96º 0.82% 0.47% -
HSV(B) 21.96º 0.9% 0.85% -
XYZ 32.38 22.49 3.39 -
YUV 121.68 71.75 195.27 -
System Red Green Blue C M Y K H S L
Decimal 216 93 22 0 0.57 0.90 0.15 21.96 0.82 0.47
Hex D8 5D 16 0 39 5A F 16 52 2F
Octal 330 135 26 0 71 132 17 26 122 57
Binary 11011000 1011101 10110 0 111001 1011010 1111 10110 1010010 101111

Color Harmonies of #D85D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85D16

Black with #D85D16

Text Example


Text Example

White with #D85D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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