Html Css Color HEX #D85F10 Chocolate

📋 copy color: '#D85F10'

red 216 ◦ green 95 ◦ blue 16

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

Shades of Chocolate #D85F10

Tints of Chocolate #D85F10

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.05%

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

R = 66.06%
G = 29.05%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D85F10 (or 0xD85F10) is known color: Chocolate. HEX triplet: D8, 5F and 10. RGB value is (216,95,16). Sum of RGB (Red+Green+Blue) = 216+95+16=327 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.06% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 16 (6.64% from 255 or 4.89% from 327); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85F10 is #27A0EF. Grayscale: #7A7A7A. Windows color (decimal): -2597104 or 1073112. OLE color: 1073112.

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

Color convert

RGB 216 95 16 -
CMYK 0 0.56 0.93 0.15
HSL 23.7º 0.86% 0.45% -
HSV(B) 23.7º 0.93% 0.85% -
XYZ 32.5 22.82 3.18 -
YUV 122.17 68.09 194.92 -
System Red Green Blue C M Y K H S L
Decimal 216 95 16 0 0.56 0.93 0.15 23.7 0.86 0.45
Hex D8 5F 10 0 38 5D F 18 56 2D
Octal 330 137 20 0 70 135 17 30 126 55
Binary 11011000 1011111 10000 0 111000 1011101 1111 11000 1010110 101101

Color Harmonies of #D85F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85F10

Black with #D85F10

Text Example


Text Example

White with #D85F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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