Html Css Color HEX #D76E11 Chocolate

📋 copy color: '#D76E11'

red 215 ◦ green 110 ◦ blue 17

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

Shades of Chocolate #D76E11

Tints of Chocolate #D76E11

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.16%

 BLUE value IS 17 (7.03% from 255) = 4.97%

R = 62.87%
G = 32.16%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D76E11 (or 0xD76E11) is known color: Chocolate. HEX triplet: D7, 6E and 11. RGB value is (215,110,17). Sum of RGB (Red+Green+Blue) = 215+110+17=342 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.87% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 17 (7.03% from 255 or 4.97% from 342); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76E11 is #2891EE. Grayscale: #838383. Windows color (decimal): -2658799 or 1142487. OLE color: 1142487.

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

Color convert

RGB 215 110 17 -
CMYK 0 0.49 0.92 0.16
HSL 28.18º 0.85% 0.45% -
HSV(B) 28.18º 0.92% 0.84% -
XYZ 33.7 25.64 3.7 -
YUV 130.79 63.79 188.06 -
System Red Green Blue C M Y K H S L
Decimal 215 110 17 0 0.49 0.92 0.16 28.18 0.85 0.45
Hex D7 6E 11 0 31 5C 10 1C 55 2D
Octal 327 156 21 0 61 134 20 34 125 55
Binary 11010111 1101110 10001 0 110001 1011100 10000 11100 1010101 101101

Color Harmonies of #D76E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76E11

Black with #D76E11

Text Example


Text Example

White with #D76E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76E11; }

 p { color: rgb(215,110,17); }

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

background-color css

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

 a { background-color: rgb(215,110,17); }

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

border-color css

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

 span { border-color: rgb(215,110,17); }

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