Html Css Color HEX #D76616 Chocolate

📋 copy color: '#D76616'

red 215 ◦ green 102 ◦ blue 22

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

Shades of Chocolate #D76616

Tints of Chocolate #D76616

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.09%

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

R = 63.42%
G = 30.09%
B = 6.49%

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

#D76616 (or 0xD76616) is known color: Chocolate. HEX triplet: D7, 66 and 16. RGB value is (215,102,22). Sum of RGB (Red+Green+Blue) = 215+102+22=339 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.42% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 215 - color contains mainly: red. Hex color #D76616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76616 is #2899E9. Grayscale: #7F7F7F. Windows color (decimal): -2660842 or 1468119. OLE color: 1468119.

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

Color convert

RGB 215 102 22 -
CMYK 0 0.53 0.90 0.16
HSL 24.87º 0.81% 0.46% -
HSV(B) 24.87º 0.9% 0.84% -
XYZ 32.92 24.01 3.66 -
YUV 126.67 68.94 191 -
System Red Green Blue C M Y K H S L
Decimal 215 102 22 0 0.53 0.90 0.16 24.87 0.81 0.46
Hex D7 66 16 0 35 5A 10 19 51 2E
Octal 327 146 26 0 65 132 20 31 121 56
Binary 11010111 1100110 10110 0 110101 1011010 10000 11001 1010001 101110

Color Harmonies of #D76616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76616

Black with #D76616

Text Example


Text Example

White with #D76616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76616; }

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

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

background-color css

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

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

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

border-color css

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

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

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