Html Css Color HEX #D35716 Chocolate

📋 copy color: '#D35716'

red 211 ◦ green 87 ◦ blue 22

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

Shades of Chocolate #D35716

Tints of Chocolate #D35716

RGB

 RED value IS 211 (82.81% from 255) = 65.94%

 GREEN value IS 87 (34.38% from 255) = 27.19%

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

R = 65.94%
G = 27.19%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D35716 (or 0xD35716) is known color: Chocolate. HEX triplet: D3, 57 and 16. RGB value is (211,87,22). Sum of RGB (Red+Green+Blue) = 211+87+22=320 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.94% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 211 - color contains mainly: red. Hex color #D35716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35716 is #2CA8E9. Grayscale: #757575. Windows color (decimal): -2926826 or 1464275. OLE color: 1464275.

HSL color Cylindrical-coordinate representation of color #D35716: hue angle of 20.63º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D35716 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 87 22 -
CMYK 0 0.59 0.90 0.17
HSL 20.63º 0.81% 0.46% -
HSV(B) 20.63º 0.9% 0.83% -
XYZ 30.42 20.72 3.16 -
YUV 116.67 74.58 195.29 -
System Red Green Blue C M Y K H S L
Decimal 211 87 22 0 0.59 0.90 0.17 20.63 0.81 0.46
Hex D3 57 16 0 3B 5A 11 15 51 2E
Octal 323 127 26 0 73 132 21 25 121 56
Binary 11010011 1010111 10110 0 111011 1011010 10001 10101 1010001 101110

Color Harmonies of #D35716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35716

Black with #D35716

Text Example


Text Example

White with #D35716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35716; }

 p { color: rgb(211,87,22); }

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

background-color css

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

 a { background-color: rgb(211,87,22); }

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

border-color css

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

 span { border-color: rgb(211,87,22); }

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