Html Css Color HEX #D77113 Chocolate

📋 copy color: '#D77113'

red 215 ◦ green 113 ◦ blue 19

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

Shades of Chocolate #D77113

Tints of Chocolate #D77113

RGB

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

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

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

R = 61.96%
G = 32.56%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D77113 (or 0xD77113) is known color: Chocolate. HEX triplet: D7, 71 and 13. RGB value is (215,113,19). Sum of RGB (Red+Green+Blue) = 215+113+19=347 (45% of max value = 765). Red value is 215 (84.38% from 255 or 61.96% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 19 (7.81% from 255 or 5.48% from 347); Max value from RGB is 215 - color contains mainly: red. Hex color #D77113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77113 is #288EEC. Grayscale: #858585. Windows color (decimal): -2658029 or 1274327. OLE color: 1274327.

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

Color convert

RGB 215 113 19 -
CMYK 0 0.47 0.91 0.16
HSL 28.78º 0.84% 0.46% -
HSV(B) 28.78º 0.91% 0.84% -
XYZ 34.05 26.3 3.9 -
YUV 132.78 63.79 186.64 -
System Red Green Blue C M Y K H S L
Decimal 215 113 19 0 0.47 0.91 0.16 28.78 0.84 0.46
Hex D7 71 13 0 2F 5B 10 1D 54 2E
Octal 327 161 23 0 57 133 20 35 124 56
Binary 11010111 1110001 10011 0 101111 1011011 10000 11101 1010100 101110

Color Harmonies of #D77113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77113

Black with #D77113

Text Example


Text Example

White with #D77113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77113; }

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

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

background-color css

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

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

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

border-color css

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

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

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