Html Css Color HEX #D77112 Chocolate

📋 copy color: '#D77112'

red 215 ◦ green 113 ◦ blue 18

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

Shades of Chocolate #D77112

Tints of Chocolate #D77112

RGB

 RED value IS 215 (84.38% from 255) = 62.14%

 GREEN value IS 113 (44.53% from 255) = 32.66%

 BLUE value IS 18 (7.42% from 255) = 5.2%

R = 62.14%
G = 32.66%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D77112 (or 0xD77112) is known color: Chocolate. HEX triplet: D7, 71 and 12. RGB value is (215,113,18). Sum of RGB (Red+Green+Blue) = 215+113+18=346 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.14% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 215 - color contains mainly: red. Hex color #D77112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77112 is #288EED. Grayscale: #858585. Windows color (decimal): -2658030 or 1208791. OLE color: 1208791.

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

Color convert

RGB 215 113 18 -
CMYK 0 0.47 0.92 0.16
HSL 28.93º 0.85% 0.46% -
HSV(B) 28.93º 0.92% 0.84% -
XYZ 34.04 26.3 3.85 -
YUV 132.67 63.29 186.72 -
System Red Green Blue C M Y K H S L
Decimal 215 113 18 0 0.47 0.92 0.16 28.93 0.85 0.46
Hex D7 71 12 0 2F 5C 10 1D 55 2E
Octal 327 161 22 0 57 134 20 35 125 56
Binary 11010111 1110001 10010 0 101111 1011100 10000 11101 1010101 101110

Color Harmonies of #D77112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77112

Black with #D77112

Text Example


Text Example

White with #D77112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77112; }

 p { color: rgb(215,113,18); }

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

background-color css

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

 a { background-color: rgb(215,113,18); }

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

border-color css

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

 span { border-color: rgb(215,113,18); }

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