Html Css Color HEX #D76816 Chocolate

📋 copy color: '#D76816'

red 215 ◦ green 104 ◦ blue 22

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

Shades of Chocolate #D76816

Tints of Chocolate #D76816

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.5%

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

R = 63.05%
G = 30.5%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D76816 (or 0xD76816) is known color: Chocolate. HEX triplet: D7, 68 and 16. RGB value is (215,104,22). Sum of RGB (Red+Green+Blue) = 215+104+22=341 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.05% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 215 - color contains mainly: red. Hex color #D76816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76816 is #2897E9. Grayscale: #808080. Windows color (decimal): -2660330 or 1468631. OLE color: 1468631.

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

Color convert

RGB 215 104 22 -
CMYK 0 0.52 0.90 0.16
HSL 25.49º 0.81% 0.46% -
HSV(B) 25.49º 0.9% 0.84% -
XYZ 33.12 24.41 3.72 -
YUV 127.84 68.27 190.17 -
System Red Green Blue C M Y K H S L
Decimal 215 104 22 0 0.52 0.90 0.16 25.49 0.81 0.46
Hex D7 68 16 0 34 5A 10 19 51 2E
Octal 327 150 26 0 64 132 20 31 121 56
Binary 11010111 1101000 10110 0 110100 1011010 10000 11001 1010001 101110

Color Harmonies of #D76816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76816

Black with #D76816

Text Example


Text Example

White with #D76816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76816; }

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

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

background-color css

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

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

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

border-color css

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

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

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