Html Css Color HEX #D85614 Chocolate

📋 copy color: '#D85614'

red 216 ◦ green 86 ◦ blue 20

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

Shades of Chocolate #D85614

Tints of Chocolate #D85614

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.71%

 BLUE value IS 20 (8.2% from 255) = 6.21%

R = 67.08%
G = 26.71%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D85614 (or 0xD85614) is known color: Chocolate. HEX triplet: D8, 56 and 14. RGB value is (216,86,20). Sum of RGB (Red+Green+Blue) = 216+86+20=322 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.08% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 216 - color contains mainly: red. Hex color #D85614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85614 is #27A9EB. Grayscale: #757575. Windows color (decimal): -2599404 or 1332952. OLE color: 1332952.

HSL color Cylindrical-coordinate representation of color #D85614: hue angle of 20.2º degrees, saturation: 0.83, 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 #D85614 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 86 20 -
CMYK 0 0.60 0.91 0.15
HSL 20.2º 0.83% 0.46% -
HSV(B) 20.2º 0.91% 0.85% -
XYZ 31.77 21.31 3.1 -
YUV 117.35 73.07 198.37 -
System Red Green Blue C M Y K H S L
Decimal 216 86 20 0 0.60 0.91 0.15 20.2 0.83 0.46
Hex D8 56 14 0 3C 5B F 14 53 2E
Octal 330 126 24 0 74 133 17 24 123 56
Binary 11011000 1010110 10100 0 111100 1011011 1111 10100 1010011 101110

Color Harmonies of #D85614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85614

Black with #D85614

Text Example


Text Example

White with #D85614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85614; }

 p { color: rgb(216,86,20); }

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

background-color css

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

 a { background-color: rgb(216,86,20); }

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

border-color css

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

 span { border-color: rgb(216,86,20); }

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