Html Css Color HEX #D85A18 Chocolate

📋 copy color: '#D85A18'

red 216 ◦ green 90 ◦ blue 24

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

Shades of Chocolate #D85A18

Tints of Chocolate #D85A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.27%

R = 65.45%
G = 27.27%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D85A18 (or 0xD85A18) is known color: Chocolate. HEX triplet: D8, 5A and 18. RGB value is (216,90,24). Sum of RGB (Red+Green+Blue) = 216+90+24=330 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.45% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 24 (9.77% from 255 or 7.27% from 330); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85A18 is #27A5E7. Grayscale: #787878. Windows color (decimal): -2598376 or 1596120. OLE color: 1596120.

HSL color Cylindrical-coordinate representation of color #D85A18: hue angle of 20.62º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D85A18 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 90 24 -
CMYK 0 0.58 0.89 0.15
HSL 20.63º 0.8% 0.47% -
HSV(B) 20.63º 0.89% 0.85% -
XYZ 32.14 21.98 3.41 -
YUV 120.15 73.74 196.37 -
System Red Green Blue C M Y K H S L
Decimal 216 90 24 0 0.58 0.89 0.15 20.63 0.8 0.47
Hex D8 5A 18 0 3A 59 F 15 50 2F
Octal 330 132 30 0 72 131 17 25 120 57
Binary 11011000 1011010 11000 0 111010 1011001 1111 10101 1010000 101111

Color Harmonies of #D85A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85A18

Black with #D85A18

Text Example


Text Example

White with #D85A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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