Html Css Color HEX #D85F24 Chocolate

📋 copy color: '#D85F24'

red 216 ◦ green 95 ◦ blue 36

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

Shades of Chocolate #D85F24

Tints of Chocolate #D85F24

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.38%

 BLUE value IS 36 (14.45% from 255) = 10.37%

R = 62.25%
G = 27.38%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D85F24 (or 0xD85F24) is known color: Chocolate. HEX triplet: D8, 5F and 24. RGB value is (216,95,36). Sum of RGB (Red+Green+Blue) = 216+95+36=347 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.25% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 36 (14.45% from 255 or 10.37% from 347); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85F24 is #27A0DB. Grayscale: #7C7C7C. Windows color (decimal): -2597084 or 2383832. OLE color: 2383832.

HSL color Cylindrical-coordinate representation of color #D85F24: hue angle of 19.67º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D85F24 is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 95 36 -
CMYK 0 0.56 0.83 0.15
HSL 19.67º 0.71% 0.49% -
HSV(B) 19.67º 0.83% 0.85% -
XYZ 32.73 22.91 4.37 -
YUV 124.45 78.09 193.3 -
System Red Green Blue C M Y K H S L
Decimal 216 95 36 0 0.56 0.83 0.15 19.67 0.71 0.49
Hex D8 5F 24 0 38 53 F 14 47 31
Octal 330 137 44 0 70 123 17 24 107 61
Binary 11011000 1011111 100100 0 111000 1010011 1111 10100 1000111 110001

Color Harmonies of #D85F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85F24

Black with #D85F24

Text Example


Text Example

White with #D85F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85F24; }

 p { color: rgb(216,95,36); }

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

background-color css

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

 a { background-color: rgb(216,95,36); }

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

border-color css

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

 span { border-color: rgb(216,95,36); }

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