Html Css Color HEX #D76711 Chocolate

📋 copy color: '#D76711'

red 215 ◦ green 103 ◦ blue 17

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

Shades of Chocolate #D76711

Tints of Chocolate #D76711

RGB

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

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

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

R = 64.18%
G = 30.75%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D76711 (or 0xD76711) is known color: Chocolate. HEX triplet: D7, 67 and 11. RGB value is (215,103,17). Sum of RGB (Red+Green+Blue) = 215+103+17=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D76711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76711 is #2898EE. Grayscale: #7F7F7F. Windows color (decimal): -2660591 or 1140695. OLE color: 1140695.

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

Color convert

RGB 215 103 17 -
CMYK 0 0.52 0.92 0.16
HSL 26.06º 0.85% 0.45% -
HSV(B) 26.06º 0.92% 0.84% -
XYZ 32.98 24.19 3.46 -
YUV 126.68 66.11 190.99 -
System Red Green Blue C M Y K H S L
Decimal 215 103 17 0 0.52 0.92 0.16 26.06 0.85 0.45
Hex D7 67 11 0 34 5C 10 1A 55 2D
Octal 327 147 21 0 64 134 20 32 125 55
Binary 11010111 1100111 10001 0 110100 1011100 10000 11010 1010101 101101

Color Harmonies of #D76711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76711

Black with #D76711

Text Example


Text Example

White with #D76711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76711; }

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

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

background-color css

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

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

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

border-color css

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

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

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