Html Css Color HEX #D85519 Chocolate

📋 copy color: '#D85519'

red 216 ◦ green 85 ◦ blue 25

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

Shades of Chocolate #D85519

Tints of Chocolate #D85519

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.07%

 BLUE value IS 25 (10.16% from 255) = 7.67%

R = 66.26%
G = 26.07%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D85519 (or 0xD85519) is known color: Chocolate. HEX triplet: D8, 55 and 19. RGB value is (216,85,25). Sum of RGB (Red+Green+Blue) = 216+85+25=326 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.26% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 25 (10.16% from 255 or 7.67% from 326); Max value from RGB is 216 - color contains mainly: red. Hex color #D85519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85519 is #27AAE6. Grayscale: #757575. Windows color (decimal): -2599655 or 1660376. OLE color: 1660376.

HSL color Cylindrical-coordinate representation of color #D85519: hue angle of 18.85º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D85519 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 85 25 -
CMYK 0 0.61 0.88 0.15
HSL 18.85º 0.79% 0.47% -
HSV(B) 18.85º 0.88% 0.85% -
XYZ 31.74 21.17 3.33 -
YUV 117.33 75.9 198.38 -
System Red Green Blue C M Y K H S L
Decimal 216 85 25 0 0.61 0.88 0.15 18.85 0.79 0.47
Hex D8 55 19 0 3D 58 F 13 4F 2F
Octal 330 125 31 0 75 130 17 23 117 57
Binary 11011000 1010101 11001 0 111101 1011000 1111 10011 1001111 101111

Color Harmonies of #D85519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85519

Black with #D85519

Text Example


Text Example

White with #D85519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85519; }

 p { color: rgb(216,85,25); }

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

background-color css

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

 a { background-color: rgb(216,85,25); }

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

border-color css

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

 span { border-color: rgb(216,85,25); }

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