Html Css Color HEX #D76311 Chocolate

📋 copy color: '#D76311'

red 215 ◦ green 99 ◦ blue 17

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

Shades of Chocolate #D76311

Tints of Chocolate #D76311

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.91%

 BLUE value IS 17 (7.03% from 255) = 5.14%

R = 64.95%
G = 29.91%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D76311 (or 0xD76311) is known color: Chocolate. HEX triplet: D7, 63 and 11. RGB value is (215,99,17). Sum of RGB (Red+Green+Blue) = 215+99+17=331 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.95% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 215 - color contains mainly: red. Hex color #D76311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76311 is #289CEE. Grayscale: #7C7C7C. Windows color (decimal): -2661615 or 1139671. OLE color: 1139671.

HSL color Cylindrical-coordinate representation of color #D76311: hue angle of 24.85º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D76311 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 99 17 -
CMYK 0 0.54 0.92 0.16
HSL 24.85º 0.85% 0.45% -
HSV(B) 24.85º 0.92% 0.84% -
XYZ 32.59 23.41 3.33 -
YUV 124.34 67.43 192.67 -
System Red Green Blue C M Y K H S L
Decimal 215 99 17 0 0.54 0.92 0.16 24.85 0.85 0.45
Hex D7 63 11 0 36 5C 10 19 55 2D
Octal 327 143 21 0 66 134 20 31 125 55
Binary 11010111 1100011 10001 0 110110 1011100 10000 11001 1010101 101101

Color Harmonies of #D76311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76311

Black with #D76311

Text Example


Text Example

White with #D76311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76311; }

 p { color: rgb(215,99,17); }

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

background-color css

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

 a { background-color: rgb(215,99,17); }

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

border-color css

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

 span { border-color: rgb(215,99,17); }

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