Html Css Color HEX #D85D15 Chocolate

📋 copy color: '#D85D15'

red 216 ◦ green 93 ◦ blue 21

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

Shades of Chocolate #D85D15

Tints of Chocolate #D85D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.36%

R = 65.45%
G = 28.18%
B = 6.36%

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

#D85D15 (or 0xD85D15) is known color: Chocolate. HEX triplet: D8, 5D and 15. RGB value is (216,93,21). Sum of RGB (Red+Green+Blue) = 216+93+21=330 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.45% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85D15 is #27A2EA. Grayscale: #797979. Windows color (decimal): -2597611 or 1400280. OLE color: 1400280.

HSL color Cylindrical-coordinate representation of color #D85D15: hue angle of 22.15º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D85D15 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 93 21 -
CMYK 0 0.57 0.90 0.15
HSL 22.15º 0.82% 0.46% -
HSV(B) 22.15º 0.9% 0.85% -
XYZ 32.37 22.48 3.34 -
YUV 121.57 71.25 195.35 -
System Red Green Blue C M Y K H S L
Decimal 216 93 21 0 0.57 0.90 0.15 22.15 0.82 0.46
Hex D8 5D 15 0 39 5A F 16 52 2E
Octal 330 135 25 0 71 132 17 26 122 56
Binary 11011000 1011101 10101 0 111001 1011010 1111 10110 1010010 101110

Color Harmonies of #D85D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85D15

Black with #D85D15

Text Example


Text Example

White with #D85D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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