Html Css Color HEX #D76C14 Chocolate

📋 copy color: '#D76C14'

red 215 ◦ green 108 ◦ blue 20

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

Shades of Chocolate #D76C14

Tints of Chocolate #D76C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.83%

R = 62.68%
G = 31.49%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D76C14 (or 0xD76C14) is known color: Chocolate. HEX triplet: D7, 6C and 14. RGB value is (215,108,20). Sum of RGB (Red+Green+Blue) = 215+108+20=343 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.68% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76C14 is #2893EB. Grayscale: #828282. Windows color (decimal): -2659308 or 1338583. OLE color: 1338583.

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

Color convert

RGB 215 108 20 -
CMYK 0 0.50 0.91 0.16
HSL 27.08º 0.83% 0.46% -
HSV(B) 27.08º 0.91% 0.84% -
XYZ 33.51 25.22 3.76 -
YUV 129.96 65.95 188.66 -
System Red Green Blue C M Y K H S L
Decimal 215 108 20 0 0.50 0.91 0.16 27.08 0.83 0.46
Hex D7 6C 14 0 32 5B 10 1B 53 2E
Octal 327 154 24 0 62 133 20 33 123 56
Binary 11010111 1101100 10100 0 110010 1011011 10000 11011 1010011 101110

Color Harmonies of #D76C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76C14

Black with #D76C14

Text Example


Text Example

White with #D76C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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