Html Css Color HEX #D77118 Chocolate

📋 copy color: '#D77118'

red 215 ◦ green 113 ◦ blue 24

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

Shades of Chocolate #D77118

Tints of Chocolate #D77118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.82%

R = 61.08%
G = 32.1%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D77118 (or 0xD77118) is known color: Chocolate. HEX triplet: D7, 71 and 18. RGB value is (215,113,24). Sum of RGB (Red+Green+Blue) = 215+113+24=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 24 (9.77% from 255 or 6.82% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D77118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77118 is #288EE7. Grayscale: #858585. Windows color (decimal): -2658024 or 1602007. OLE color: 1602007.

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

Color convert

RGB 215 113 24 -
CMYK 0 0.47 0.89 0.16
HSL 27.96º 0.8% 0.47% -
HSV(B) 27.96º 0.89% 0.84% -
XYZ 34.09 26.32 4.15 -
YUV 133.35 66.29 186.24 -
System Red Green Blue C M Y K H S L
Decimal 215 113 24 0 0.47 0.89 0.16 27.96 0.8 0.47
Hex D7 71 18 0 2F 59 10 1C 50 2F
Octal 327 161 30 0 57 131 20 34 120 57
Binary 11010111 1110001 11000 0 101111 1011001 10000 11100 1010000 101111

Color Harmonies of #D77118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77118

Black with #D77118

Text Example


Text Example

White with #D77118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77118; }

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

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

background-color css

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

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

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

border-color css

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

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

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