Html Css Color HEX #D77215 Chocolate

📋 copy color: '#D77215'

red 215 ◦ green 114 ◦ blue 21

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

Shades of Chocolate #D77215

Tints of Chocolate #D77215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6%

R = 61.43%
G = 32.57%
B = 6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D77215 (or 0xD77215) is known color: Chocolate. HEX triplet: D7, 72 and 15. RGB value is (215,114,21). Sum of RGB (Red+Green+Blue) = 215+114+21=350 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.43% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 21 (8.59% from 255 or 6% from 350); Max value from RGB is 215 - color contains mainly: red. Hex color #D77215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77215 is #288DEA. Grayscale: #868686. Windows color (decimal): -2657771 or 1405655. OLE color: 1405655.

HSL color Cylindrical-coordinate representation of color #D77215: hue angle of 28.76º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D77215 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 114 21 -
CMYK 0 0.47 0.90 0.16
HSL 28.76º 0.82% 0.46% -
HSV(B) 28.76º 0.9% 0.84% -
XYZ 34.18 26.54 4.03 -
YUV 133.6 64.46 186.06 -
System Red Green Blue C M Y K H S L
Decimal 215 114 21 0 0.47 0.90 0.16 28.76 0.82 0.46
Hex D7 72 15 0 2F 5A 10 1D 52 2E
Octal 327 162 25 0 57 132 20 35 122 56
Binary 11010111 1110010 10101 0 101111 1011010 10000 11101 1010010 101110

Color Harmonies of #D77215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77215

Black with #D77215

Text Example


Text Example

White with #D77215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77215; }

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

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

background-color css

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

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

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

border-color css

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

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

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