Html Css Color HEX #D76713 Chocolate

📋 copy color: '#D76713'

red 215 ◦ green 103 ◦ blue 19

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

Shades of Chocolate #D76713

Tints of Chocolate #D76713

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.56%

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

R = 63.8%
G = 30.56%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D76713 (or 0xD76713) is known color: Chocolate. HEX triplet: D7, 67 and 13. RGB value is (215,103,19). Sum of RGB (Red+Green+Blue) = 215+103+19=337 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.80% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 19 (7.81% from 255 or 5.64% from 337); Max value from RGB is 215 - color contains mainly: red. Hex color #D76713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76713 is #2898EC. Grayscale: #7F7F7F. Windows color (decimal): -2660589 or 1271767. OLE color: 1271767.

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

Color convert

RGB 215 103 19 -
CMYK 0 0.52 0.91 0.16
HSL 25.71º 0.84% 0.46% -
HSV(B) 25.71º 0.91% 0.84% -
XYZ 32.99 24.19 3.55 -
YUV 126.91 67.11 190.83 -
System Red Green Blue C M Y K H S L
Decimal 215 103 19 0 0.52 0.91 0.16 25.71 0.84 0.46
Hex D7 67 13 0 34 5B 10 1A 54 2E
Octal 327 147 23 0 64 133 20 32 124 56
Binary 11010111 1100111 10011 0 110100 1011011 10000 11010 1010100 101110

Color Harmonies of #D76713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76713

Black with #D76713

Text Example


Text Example

White with #D76713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76713; }

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

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

background-color css

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

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

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

border-color css

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

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

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