Html Css Color HEX #D85119 Chocolate

📋 copy color: '#D85119'

red 216 ◦ green 81 ◦ blue 25

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

Shades of Chocolate #D85119

Tints of Chocolate #D85119

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.16%

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

R = 67.08%
G = 25.16%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D85119 (or 0xD85119) is known color: Chocolate. HEX triplet: D8, 51 and 19. RGB value is (216,81,25). Sum of RGB (Red+Green+Blue) = 216+81+25=322 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.08% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 25 (10.16% from 255 or 7.76% from 322); Max value from RGB is 216 - color contains mainly: red. Hex color #D85119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85119 is #27AEE6. Grayscale: #737373. Windows color (decimal): -2600679 or 1659352. OLE color: 1659352.

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

Color convert

RGB 216 81 25 -
CMYK 0 0.62 0.88 0.15
HSL 17.59º 0.79% 0.47% -
HSV(B) 17.59º 0.88% 0.85% -
XYZ 31.44 20.55 3.23 -
YUV 114.98 77.23 200.05 -
System Red Green Blue C M Y K H S L
Decimal 216 81 25 0 0.62 0.88 0.15 17.59 0.79 0.47
Hex D8 51 19 0 3E 58 F 12 4F 2F
Octal 330 121 31 0 76 130 17 22 117 57
Binary 11011000 1010001 11001 0 111110 1011000 1111 10010 1001111 101111

Color Harmonies of #D85119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85119

Black with #D85119

Text Example


Text Example

White with #D85119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85119; }

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

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

background-color css

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

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

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

border-color css

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

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

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