Html Css Color HEX #D85419 Chocolate

📋 copy color: '#D85419'

red 216 ◦ green 84 ◦ blue 25

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

Shades of Chocolate #D85419

Tints of Chocolate #D85419

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.85%

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

R = 66.46%
G = 25.85%
B = 7.69%

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

#D85419 (or 0xD85419) is known color: Chocolate. HEX triplet: D8, 54 and 19. RGB value is (216,84,25). Sum of RGB (Red+Green+Blue) = 216+84+25=325 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.46% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 25 (10.16% from 255 or 7.69% from 325); Max value from RGB is 216 - color contains mainly: red. Hex color #D85419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85419 is #27ABE6. Grayscale: #757575. Windows color (decimal): -2599911 or 1660120. OLE color: 1660120.

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

Color convert

RGB 216 84 25 -
CMYK 0 0.61 0.88 0.15
HSL 18.53º 0.79% 0.47% -
HSV(B) 18.53º 0.88% 0.85% -
XYZ 31.66 21.01 3.31 -
YUV 116.74 76.23 198.8 -
System Red Green Blue C M Y K H S L
Decimal 216 84 25 0 0.61 0.88 0.15 18.53 0.79 0.47
Hex D8 54 19 0 3D 58 F 13 4F 2F
Octal 330 124 31 0 75 130 17 23 117 57
Binary 11011000 1010100 11001 0 111101 1011000 1111 10011 1001111 101111

Color Harmonies of #D85419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85419

Black with #D85419

Text Example


Text Example

White with #D85419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85419; }

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

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

background-color css

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

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

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

border-color css

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

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

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