Html Css Color HEX #D85319 Chocolate

📋 copy color: '#D85319'

red 216 ◦ green 83 ◦ blue 25

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

Shades of Chocolate #D85319

Tints of Chocolate #D85319

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.62%

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

R = 66.67%
G = 25.62%
B = 7.72%

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

#D85319 (or 0xD85319) is known color: Chocolate. HEX triplet: D8, 53 and 19. RGB value is (216,83,25). Sum of RGB (Red+Green+Blue) = 216+83+25=324 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.67% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 25 (10.16% from 255 or 7.72% from 324); Max value from RGB is 216 - color contains mainly: red. Hex color #D85319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85319 is #27ACE6. Grayscale: #747474. Windows color (decimal): -2600167 or 1659864. OLE color: 1659864.

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

Color convert

RGB 216 83 25 -
CMYK 0 0.62 0.88 0.15
HSL 18.22º 0.79% 0.47% -
HSV(B) 18.22º 0.88% 0.85% -
XYZ 31.59 20.86 3.28 -
YUV 116.16 76.56 199.22 -
System Red Green Blue C M Y K H S L
Decimal 216 83 25 0 0.62 0.88 0.15 18.22 0.79 0.47
Hex D8 53 19 0 3E 58 F 12 4F 2F
Octal 330 123 31 0 76 130 17 22 117 57
Binary 11011000 1010011 11001 0 111110 1011000 1111 10010 1001111 101111

Color Harmonies of #D85319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85319

Black with #D85319

Text Example


Text Example

White with #D85319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85319; }

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

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

background-color css

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

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

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

border-color css

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

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

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