Html Css Color HEX #D85A19 Chocolate

📋 copy color: '#D85A19'

red 216 ◦ green 90 ◦ blue 25

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

Shades of Chocolate #D85A19

Tints of Chocolate #D85A19

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.19%

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

R = 65.26%
G = 27.19%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D85A19 (or 0xD85A19) is known color: Chocolate. HEX triplet: D8, 5A and 19. RGB value is (216,90,25). Sum of RGB (Red+Green+Blue) = 216+90+25=331 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.26% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 25 (10.16% from 255 or 7.55% from 331); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85A19 is #27A5E6. Grayscale: #787878. Windows color (decimal): -2598375 or 1661656. OLE color: 1661656.

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

Color convert

RGB 216 90 25 -
CMYK 0 0.58 0.88 0.15
HSL 20.42º 0.79% 0.47% -
HSV(B) 20.42º 0.88% 0.85% -
XYZ 32.15 21.98 3.47 -
YUV 120.26 74.24 196.29 -
System Red Green Blue C M Y K H S L
Decimal 216 90 25 0 0.58 0.88 0.15 20.42 0.79 0.47
Hex D8 5A 19 0 3A 58 F 14 4F 2F
Octal 330 132 31 0 72 130 17 24 117 57
Binary 11011000 1011010 11001 0 111010 1011000 1111 10100 1001111 101111

Color Harmonies of #D85A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85A19

Black with #D85A19

Text Example


Text Example

White with #D85A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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