Html Css Color HEX #D76E13 Chocolate

📋 copy color: '#D76E13'

red 215 ◦ green 110 ◦ blue 19

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

Shades of Chocolate #D76E13

Tints of Chocolate #D76E13

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.98%

 BLUE value IS 19 (7.81% from 255) = 5.52%

R = 62.5%
G = 31.98%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D76E13 (or 0xD76E13) is known color: Chocolate. HEX triplet: D7, 6E and 13. RGB value is (215,110,19). Sum of RGB (Red+Green+Blue) = 215+110+19=344 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.5% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 19 (7.81% from 255 or 5.52% from 344); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76E13 is #2891EC. Grayscale: #838383. Windows color (decimal): -2658797 or 1273559. OLE color: 1273559.

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

Color convert

RGB 215 110 19 -
CMYK 0 0.49 0.91 0.16
HSL 27.86º 0.84% 0.46% -
HSV(B) 27.86º 0.91% 0.84% -
XYZ 33.72 25.65 3.79 -
YUV 131.02 64.79 187.9 -
System Red Green Blue C M Y K H S L
Decimal 215 110 19 0 0.49 0.91 0.16 27.86 0.84 0.46
Hex D7 6E 13 0 31 5B 10 1C 54 2E
Octal 327 156 23 0 61 133 20 34 124 56
Binary 11010111 1101110 10011 0 110001 1011011 10000 11100 1010100 101110

Color Harmonies of #D76E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76E13

Black with #D76E13

Text Example


Text Example

White with #D76E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76E13; }

 p { color: rgb(215,110,19); }

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

background-color css

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

 a { background-color: rgb(215,110,19); }

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

border-color css

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

 span { border-color: rgb(215,110,19); }

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