Html Css Color HEX #D76C16 Chocolate

📋 copy color: '#D76C16'

red 215 ◦ green 108 ◦ blue 22

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

Shades of Chocolate #D76C16

Tints of Chocolate #D76C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.38%

R = 62.32%
G = 31.3%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D76C16 (or 0xD76C16) is known color: Chocolate. HEX triplet: D7, 6C and 16. RGB value is (215,108,22). Sum of RGB (Red+Green+Blue) = 215+108+22=345 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.32% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76C16 is #2893E9. Grayscale: #828282. Windows color (decimal): -2659306 or 1469655. OLE color: 1469655.

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

Color convert

RGB 215 108 22 -
CMYK 0 0.50 0.90 0.16
HSL 26.74º 0.81% 0.46% -
HSV(B) 26.74º 0.9% 0.84% -
XYZ 33.53 25.23 3.86 -
YUV 130.19 66.95 188.49 -
System Red Green Blue C M Y K H S L
Decimal 215 108 22 0 0.50 0.90 0.16 26.74 0.81 0.46
Hex D7 6C 16 0 32 5A 10 1B 51 2E
Octal 327 154 26 0 62 132 20 33 121 56
Binary 11010111 1101100 10110 0 110010 1011010 10000 11011 1010001 101110

Color Harmonies of #D76C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76C16

Black with #D76C16

Text Example


Text Example

White with #D76C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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