Html Css Color HEX #D85D10 Chocolate

📋 copy color: '#D85D10'

red 216 ◦ green 93 ◦ blue 16

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

Shades of Chocolate #D85D10

Tints of Chocolate #D85D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.92%

R = 66.46%
G = 28.62%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D85D10 (or 0xD85D10) is known color: Chocolate. HEX triplet: D8, 5D and 10. RGB value is (216,93,16). Sum of RGB (Red+Green+Blue) = 216+93+16=325 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.46% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85D10 is #27A2EF. Grayscale: #797979. Windows color (decimal): -2597616 or 1072600. OLE color: 1072600.

HSL color Cylindrical-coordinate representation of color #D85D10: hue angle of 23.1º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D85D10 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 93 16 -
CMYK 0 0.57 0.93 0.15
HSL 23.1º 0.86% 0.45% -
HSV(B) 23.1º 0.93% 0.85% -
XYZ 32.33 22.47 3.12 -
YUV 121 68.75 195.76 -
System Red Green Blue C M Y K H S L
Decimal 216 93 16 0 0.57 0.93 0.15 23.1 0.86 0.45
Hex D8 5D 10 0 39 5D F 17 56 2D
Octal 330 135 20 0 71 135 17 27 126 55
Binary 11011000 1011101 10000 0 111001 1011101 1111 10111 1010110 101101

Color Harmonies of #D85D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85D10

Black with #D85D10

Text Example


Text Example

White with #D85D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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