Html Css Color HEX #D77117 Chocolate

📋 copy color: '#D77117'

red 215 ◦ green 113 ◦ blue 23

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

Shades of Chocolate #D77117

Tints of Chocolate #D77117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.55%

R = 61.25%
G = 32.19%
B = 6.55%

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

#D77117 (or 0xD77117) is known color: Chocolate. HEX triplet: D7, 71 and 17. RGB value is (215,113,23). Sum of RGB (Red+Green+Blue) = 215+113+23=351 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.25% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 23 (9.38% from 255 or 6.55% from 351); Max value from RGB is 215 - color contains mainly: red. Hex color #D77117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77117 is #288EE8. Grayscale: #858585. Windows color (decimal): -2658025 or 1536471. OLE color: 1536471.

HSL color Cylindrical-coordinate representation of color #D77117: hue angle of 28.12º degrees, saturation: 0.81, 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 #D77117 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 113 23 -
CMYK 0 0.47 0.89 0.16
HSL 28.13º 0.81% 0.47% -
HSV(B) 28.13º 0.89% 0.84% -
XYZ 34.08 26.32 4.09 -
YUV 133.24 65.79 186.32 -
System Red Green Blue C M Y K H S L
Decimal 215 113 23 0 0.47 0.89 0.16 28.13 0.81 0.47
Hex D7 71 17 0 2F 59 10 1C 51 2F
Octal 327 161 27 0 57 131 20 34 121 57
Binary 11010111 1110001 10111 0 101111 1011001 10000 11100 1010001 101111

Color Harmonies of #D77117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77117

Black with #D77117

Text Example


Text Example

White with #D77117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77117; }

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

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

background-color css

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

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

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

border-color css

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

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

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