Html Css Color HEX #D85A13 Chocolate

📋 copy color: '#D85A13'

red 216 ◦ green 90 ◦ blue 19

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

Shades of Chocolate #D85A13

Tints of Chocolate #D85A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.85%

R = 66.46%
G = 27.69%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D85A13 (or 0xD85A13) is known color: Chocolate. HEX triplet: D8, 5A and 13. RGB value is (216,90,19). Sum of RGB (Red+Green+Blue) = 216+90+19=325 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.46% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 19 (7.81% from 255 or 5.85% from 325); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85A13 is #27A5EC. Grayscale: #777777. Windows color (decimal): -2598381 or 1268440. OLE color: 1268440.

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

Color convert

RGB 216 90 19 -
CMYK 0 0.58 0.91 0.15
HSL 21.62º 0.84% 0.46% -
HSV(B) 21.62º 0.91% 0.85% -
XYZ 32.09 21.96 3.16 -
YUV 119.58 71.24 196.77 -
System Red Green Blue C M Y K H S L
Decimal 216 90 19 0 0.58 0.91 0.15 21.62 0.84 0.46
Hex D8 5A 13 0 3A 5B F 16 54 2E
Octal 330 132 23 0 72 133 17 26 124 56
Binary 11011000 1011010 10011 0 111010 1011011 1111 10110 1010100 101110

Color Harmonies of #D85A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85A13

Black with #D85A13

Text Example


Text Example

White with #D85A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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