Html Css Color HEX #D77116 Chocolate

📋 copy color: '#D77116'

red 215 ◦ green 113 ◦ blue 22

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

Shades of Chocolate #D77116

Tints of Chocolate #D77116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.29%

R = 61.43%
G = 32.29%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D77116 (or 0xD77116) is known color: Chocolate. HEX triplet: D7, 71 and 16. RGB value is (215,113,22). Sum of RGB (Red+Green+Blue) = 215+113+22=350 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.43% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 22 (8.98% from 255 or 6.29% from 350); Max value from RGB is 215 - color contains mainly: red. Hex color #D77116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77116 is #288EE9. Grayscale: #858585. Windows color (decimal): -2658026 or 1470935. OLE color: 1470935.

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

Color convert

RGB 215 113 22 -
CMYK 0 0.47 0.90 0.16
HSL 28.29º 0.81% 0.46% -
HSV(B) 28.29º 0.9% 0.84% -
XYZ 34.07 26.32 4.04 -
YUV 133.12 65.29 186.4 -
System Red Green Blue C M Y K H S L
Decimal 215 113 22 0 0.47 0.90 0.16 28.29 0.81 0.46
Hex D7 71 16 0 2F 5A 10 1C 51 2E
Octal 327 161 26 0 57 132 20 34 121 56
Binary 11010111 1110001 10110 0 101111 1011010 10000 11100 1010001 101110

Color Harmonies of #D77116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77116

Black with #D77116

Text Example


Text Example

White with #D77116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77116; }

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

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

background-color css

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

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

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

border-color css

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

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

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