Html Css Color HEX #D76516 Chocolate

📋 copy color: '#D76516'

red 215 ◦ green 101 ◦ blue 22

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

Shades of Chocolate #D76516

Tints of Chocolate #D76516

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.88%

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

R = 63.61%
G = 29.88%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D76516 (or 0xD76516) is known color: Chocolate. HEX triplet: D7, 65 and 16. RGB value is (215,101,22). Sum of RGB (Red+Green+Blue) = 215+101+22=338 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.61% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 22 (8.98% from 255 or 6.51% from 338); Max value from RGB is 215 - color contains mainly: red. Hex color #D76516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76516 is #289AE9. Grayscale: #7E7E7E. Windows color (decimal): -2661098 or 1467863. OLE color: 1467863.

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

Color convert

RGB 215 101 22 -
CMYK 0 0.53 0.90 0.16
HSL 24.56º 0.81% 0.46% -
HSV(B) 24.56º 0.9% 0.84% -
XYZ 32.82 23.81 3.63 -
YUV 126.08 69.27 191.42 -
System Red Green Blue C M Y K H S L
Decimal 215 101 22 0 0.53 0.90 0.16 24.56 0.81 0.46
Hex D7 65 16 0 35 5A 10 19 51 2E
Octal 327 145 26 0 65 132 20 31 121 56
Binary 11010111 1100101 10110 0 110101 1011010 10000 11001 1010001 101110

Color Harmonies of #D76516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76516

Black with #D76516

Text Example


Text Example

White with #D76516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76516; }

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

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

background-color css

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

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

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

border-color css

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

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

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