Html Css Color HEX #D76A13 Chocolate

📋 copy color: '#D76A13'

red 215 ◦ green 106 ◦ blue 19

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

Shades of Chocolate #D76A13

Tints of Chocolate #D76A13

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.18%

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

R = 63.24%
G = 31.18%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D76A13 (or 0xD76A13) is known color: Chocolate. HEX triplet: D7, 6A and 13. RGB value is (215,106,19). Sum of RGB (Red+Green+Blue) = 215+106+19=340 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.24% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 19 (7.81% from 255 or 5.59% from 340); Max value from RGB is 215 - color contains mainly: red. Hex color #D76A13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76A13 is #2895EC. Grayscale: #818181. Windows color (decimal): -2659821 or 1272535. OLE color: 1272535.

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

Color convert

RGB 215 106 19 -
CMYK 0 0.51 0.91 0.16
HSL 26.63º 0.84% 0.46% -
HSV(B) 26.63º 0.91% 0.84% -
XYZ 33.3 24.8 3.65 -
YUV 128.67 66.11 189.57 -
System Red Green Blue C M Y K H S L
Decimal 215 106 19 0 0.51 0.91 0.16 26.63 0.84 0.46
Hex D7 6A 13 0 33 5B 10 1B 54 2E
Octal 327 152 23 0 63 133 20 33 124 56
Binary 11010111 1101010 10011 0 110011 1011011 10000 11011 1010100 101110

Color Harmonies of #D76A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76A13

Black with #D76A13

Text Example


Text Example

White with #D76A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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