Html Css Color HEX #D77211 Chocolate

📋 copy color: '#D77211'

red 215 ◦ green 114 ◦ blue 17

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

Shades of Chocolate #D77211

Tints of Chocolate #D77211

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.95%

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

R = 62.14%
G = 32.95%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D77211 (or 0xD77211) is known color: Chocolate. HEX triplet: D7, 72 and 11. RGB value is (215,114,17). Sum of RGB (Red+Green+Blue) = 215+114+17=346 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.14% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 17 (7.03% from 255 or 4.91% from 346); Max value from RGB is 215 - color contains mainly: red. Hex color #D77211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77211 is #288DEE. Grayscale: #858585. Windows color (decimal): -2657775 or 1143511. OLE color: 1143511.

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

Color convert

RGB 215 114 17 -
CMYK 0 0.47 0.92 0.16
HSL 29.39º 0.85% 0.45% -
HSV(B) 29.39º 0.92% 0.84% -
XYZ 34.14 26.52 3.85 -
YUV 133.14 62.46 186.39 -
System Red Green Blue C M Y K H S L
Decimal 215 114 17 0 0.47 0.92 0.16 29.39 0.85 0.45
Hex D7 72 11 0 2F 5C 10 1D 55 2D
Octal 327 162 21 0 57 134 20 35 125 55
Binary 11010111 1110010 10001 0 101111 1011100 10000 11101 1010101 101101

Color Harmonies of #D77211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77211

Black with #D77211

Text Example


Text Example

White with #D77211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77211; }

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

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

background-color css

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

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

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

border-color css

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

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

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