Html Css Color HEX #D76611 Chocolate

📋 copy color: '#D76611'

red 215 ◦ green 102 ◦ blue 17

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

Shades of Chocolate #D76611

Tints of Chocolate #D76611

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.54%

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

R = 64.37%
G = 30.54%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D76611 (or 0xD76611) is known color: Chocolate. HEX triplet: D7, 66 and 11. RGB value is (215,102,17). Sum of RGB (Red+Green+Blue) = 215+102+17=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D76611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76611 is #2899EE. Grayscale: #7E7E7E. Windows color (decimal): -2660847 or 1140439. OLE color: 1140439.

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

Color convert

RGB 215 102 17 -
CMYK 0 0.53 0.92 0.16
HSL 25.76º 0.85% 0.45% -
HSV(B) 25.76º 0.92% 0.84% -
XYZ 32.88 23.99 3.43 -
YUV 126.1 66.44 191.41 -
System Red Green Blue C M Y K H S L
Decimal 215 102 17 0 0.53 0.92 0.16 25.76 0.85 0.45
Hex D7 66 11 0 35 5C 10 1A 55 2D
Octal 327 146 21 0 65 134 20 32 125 55
Binary 11010111 1100110 10001 0 110101 1011100 10000 11010 1010101 101101

Color Harmonies of #D76611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76611

Black with #D76611

Text Example


Text Example

White with #D76611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76611; }

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

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

background-color css

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

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

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

border-color css

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

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

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