Html Css Color HEX #D77216 Chocolate

📋 copy color: '#D77216'

red 215 ◦ green 114 ◦ blue 22

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

Shades of Chocolate #D77216

Tints of Chocolate #D77216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.27%

R = 61.25%
G = 32.48%
B = 6.27%

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

#D77216 (or 0xD77216) is known color: Chocolate. HEX triplet: D7, 72 and 16. RGB value is (215,114,22). Sum of RGB (Red+Green+Blue) = 215+114+22=351 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.25% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 22 (8.98% from 255 or 6.27% from 351); Max value from RGB is 215 - color contains mainly: red. Hex color #D77216 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77216 is #288DE9. Grayscale: #868686. Windows color (decimal): -2657770 or 1471191. OLE color: 1471191.

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

Color convert

RGB 215 114 22 -
CMYK 0 0.47 0.90 0.16
HSL 28.6º 0.81% 0.46% -
HSV(B) 28.6º 0.9% 0.84% -
XYZ 34.19 26.54 4.08 -
YUV 133.71 64.96 185.98 -
System Red Green Blue C M Y K H S L
Decimal 215 114 22 0 0.47 0.90 0.16 28.6 0.81 0.46
Hex D7 72 16 0 2F 5A 10 1D 51 2E
Octal 327 162 26 0 57 132 20 35 121 56
Binary 11010111 1110010 10110 0 101111 1011010 10000 11101 1010001 101110

Color Harmonies of #D77216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77216

Black with #D77216

Text Example


Text Example

White with #D77216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77216; }

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

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

background-color css

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

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

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

border-color css

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

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

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