Html Css Color HEX #D76D10 Chocolate

📋 copy color: '#D76D10'

red 215 ◦ green 109 ◦ blue 16

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

Shades of Chocolate #D76D10

Tints of Chocolate #D76D10

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.06%

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

R = 63.24%
G = 32.06%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D76D10 (or 0xD76D10) is known color: Chocolate. HEX triplet: D7, 6D and 10. RGB value is (215,109,16). Sum of RGB (Red+Green+Blue) = 215+109+16=340 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.24% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 16 (6.64% from 255 or 4.71% from 340); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76D10 is #2892EF. Grayscale: #828282. Windows color (decimal): -2659056 or 1076695. OLE color: 1076695.

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

Color convert

RGB 215 109 16 -
CMYK 0 0.49 0.93 0.16
HSL 28.04º 0.86% 0.45% -
HSV(B) 28.04º 0.93% 0.84% -
XYZ 33.59 25.42 3.63 -
YUV 130.09 63.62 188.56 -
System Red Green Blue C M Y K H S L
Decimal 215 109 16 0 0.49 0.93 0.16 28.04 0.86 0.45
Hex D7 6D 10 0 31 5D 10 1C 56 2D
Octal 327 155 20 0 61 135 20 34 126 55
Binary 11010111 1101101 10000 0 110001 1011101 10000 11100 1010110 101101

Color Harmonies of #D76D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76D10

Black with #D76D10

Text Example


Text Example

White with #D76D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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