Html Css Color HEX #D85019 Chocolate

📋 copy color: '#D85019'

red 216 ◦ green 80 ◦ blue 25

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

Shades of Chocolate #D85019

Tints of Chocolate #D85019

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.92%

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

R = 67.29%
G = 24.92%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D85019 (or 0xD85019) is known color: Chocolate. HEX triplet: D8, 50 and 19. RGB value is (216,80,25). Sum of RGB (Red+Green+Blue) = 216+80+25=321 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.29% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 25 (10.16% from 255 or 7.79% from 321); Max value from RGB is 216 - color contains mainly: red. Hex color #D85019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85019 is #27AFE6. Grayscale: #727272. Windows color (decimal): -2600935 or 1659096. OLE color: 1659096.

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

Color convert

RGB 216 80 25 -
CMYK 0 0.63 0.88 0.15
HSL 17.28º 0.79% 0.47% -
HSV(B) 17.28º 0.88% 0.85% -
XYZ 31.36 20.41 3.21 -
YUV 114.39 77.56 200.47 -
System Red Green Blue C M Y K H S L
Decimal 216 80 25 0 0.63 0.88 0.15 17.28 0.79 0.47
Hex D8 50 19 0 3F 58 F 11 4F 2F
Octal 330 120 31 0 77 130 17 21 117 57
Binary 11011000 1010000 11001 0 111111 1011000 1111 10001 1001111 101111

Color Harmonies of #D85019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85019

Black with #D85019

Text Example


Text Example

White with #D85019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85019; }

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

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

background-color css

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

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

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

border-color css

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

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

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