Html Css Color HEX #D76C10 Chocolate

📋 copy color: '#D76C10'

red 215 ◦ green 108 ◦ blue 16

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

Shades of Chocolate #D76C10

Tints of Chocolate #D76C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.72%

R = 63.42%
G = 31.86%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D76C10 (or 0xD76C10) is known color: Chocolate. HEX triplet: D7, 6C and 10. RGB value is (215,108,16). Sum of RGB (Red+Green+Blue) = 215+108+16=339 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.42% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76C10 is #2893EF. Grayscale: #818181. Windows color (decimal): -2659312 or 1076439. OLE color: 1076439.

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

Color convert

RGB 215 108 16 -
CMYK 0 0.50 0.93 0.16
HSL 27.74º 0.86% 0.45% -
HSV(B) 27.74º 0.93% 0.84% -
XYZ 33.48 25.21 3.59 -
YUV 129.51 63.95 188.98 -
System Red Green Blue C M Y K H S L
Decimal 215 108 16 0 0.50 0.93 0.16 27.74 0.86 0.45
Hex D7 6C 10 0 32 5D 10 1C 56 2D
Octal 327 154 20 0 62 135 20 34 126 55
Binary 11010111 1101100 10000 0 110010 1011101 10000 11100 1010110 101101

Color Harmonies of #D76C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76C10

Black with #D76C10

Text Example


Text Example

White with #D76C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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