Html Css Color HEX #D85C1E Chocolate

📋 copy color: '#D85C1E'

red 216 ◦ green 92 ◦ blue 30

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

Shades of Chocolate #D85C1E

Tints of Chocolate #D85C1E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.22%

 BLUE value IS 30 (12.11% from 255) = 8.88%

R = 63.91%
G = 27.22%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D85C1E (or 0xD85C1E) is known color: Chocolate. HEX triplet: D8, 5C and 1E. RGB value is (216,92,30). Sum of RGB (Red+Green+Blue) = 216+92+30=338 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.91% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 30 (12.11% from 255 or 8.88% from 338); Max value from RGB is 216 - color contains mainly: red. Hex color #D85C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85C1E is #27A3E1. Grayscale: #7A7A7A. Windows color (decimal): -2597858 or 1989848. OLE color: 1989848.

HSL color Cylindrical-coordinate representation of color #D85C1E: hue angle of 20º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D85C1E is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 92 30 -
CMYK 0 0.57 0.86 0.15
HSL 20º 0.76% 0.48% -
HSV(B) 20º 0.86% 0.85% -
XYZ 32.38 22.35 3.84 -
YUV 122.01 76.08 195.04 -
System Red Green Blue C M Y K H S L
Decimal 216 92 30 0 0.57 0.86 0.15 20 0.76 0.48
Hex D8 5C 1E 0 39 56 F 14 4C 30
Octal 330 134 36 0 71 126 17 24 114 60
Binary 11011000 1011100 11110 0 111001 1010110 1111 10100 1001100 110000

Color Harmonies of #D85C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85C1E

Black with #D85C1E

Text Example


Text Example

White with #D85C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85C1E; }

 p { color: rgb(216,92,30); }

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

background-color css

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

 a { background-color: rgb(216,92,30); }

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

border-color css

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

 span { border-color: rgb(216,92,30); }

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