Html Css Color HEX #D77316 Chocolate

📋 copy color: '#D77316'

red 215 ◦ green 115 ◦ blue 22

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

Shades of Chocolate #D77316

Tints of Chocolate #D77316

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.67%

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

R = 61.08%
G = 32.67%
B = 6.25%

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

#D77316 (or 0xD77316) is known color: Chocolate. HEX triplet: D7, 73 and 16. RGB value is (215,115,22). Sum of RGB (Red+Green+Blue) = 215+115+22=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 22 (8.98% from 255 or 6.25% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D77316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77316 is #288CE9. Grayscale: #868686. Windows color (decimal): -2657514 or 1471447. OLE color: 1471447.

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

Color convert

RGB 215 115 22 -
CMYK 0 0.47 0.90 0.16
HSL 28.91º 0.81% 0.46% -
HSV(B) 28.91º 0.9% 0.84% -
XYZ 34.3 26.77 4.12 -
YUV 134.3 64.63 185.56 -
System Red Green Blue C M Y K H S L
Decimal 215 115 22 0 0.47 0.90 0.16 28.91 0.81 0.46
Hex D7 73 16 0 2F 5A 10 1D 51 2E
Octal 327 163 26 0 57 132 20 35 121 56
Binary 11010111 1110011 10110 0 101111 1011010 10000 11101 1010001 101110

Color Harmonies of #D77316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77316

Black with #D77316

Text Example


Text Example

White with #D77316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77316; }

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

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

background-color css

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

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

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

border-color css

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

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

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