Html Css Color HEX #D76C11 Chocolate

📋 copy color: '#D76C11'

red 215 ◦ green 108 ◦ blue 17

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

Shades of Chocolate #D76C11

Tints of Chocolate #D76C11

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.76%

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

R = 63.24%
G = 31.76%
B = 5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D76C11 (or 0xD76C11) is known color: Chocolate. HEX triplet: D7, 6C and 11. RGB value is (215,108,17). Sum of RGB (Red+Green+Blue) = 215+108+17=340 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.24% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 17 (7.03% from 255 or 5% from 340); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76C11 is #2893EE. Grayscale: #828282. Windows color (decimal): -2659311 or 1141975. OLE color: 1141975.

HSL color Cylindrical-coordinate representation of color #D76C11: hue angle of 27.58º 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 #D76C11 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 108 17 -
CMYK 0 0.50 0.92 0.16
HSL 27.58º 0.85% 0.45% -
HSV(B) 27.58º 0.92% 0.84% -
XYZ 33.49 25.21 3.63 -
YUV 129.62 64.45 188.9 -
System Red Green Blue C M Y K H S L
Decimal 215 108 17 0 0.50 0.92 0.16 27.58 0.85 0.45
Hex D7 6C 11 0 32 5C 10 1C 55 2D
Octal 327 154 21 0 62 134 20 34 125 55
Binary 11010111 1101100 10001 0 110010 1011100 10000 11100 1010101 101101

Color Harmonies of #D76C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76C11

Black with #D76C11

Text Example


Text Example

White with #D76C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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