Html Css Color HEX #D56916 Chocolate

📋 copy color: '#D56916'

red 213 ◦ green 105 ◦ blue 22

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

Shades of Chocolate #D56916

Tints of Chocolate #D56916

RGB

 RED value IS 213 (83.59% from 255) = 62.65%

 GREEN value IS 105 (41.41% from 255) = 30.88%

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

R = 62.65%
G = 30.88%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D56916 (or 0xD56916) is known color: Chocolate. HEX triplet: D5, 69 and 16. RGB value is (213,105,22). Sum of RGB (Red+Green+Blue) = 213+105+22=340 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.65% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 22 (8.98% from 255 or 6.47% from 340); Max value from RGB is 213 - color contains mainly: red. Hex color #D56916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56916 is #2A96E9. Grayscale: #808080. Windows color (decimal): -2791146 or 1468885. OLE color: 1468885.

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

Color convert

RGB 213 105 22 -
CMYK 0 0.51 0.90 0.16
HSL 26.07º 0.81% 0.46% -
HSV(B) 26.07º 0.9% 0.84% -
XYZ 32.64 24.31 3.73 -
YUV 127.83 68.28 188.75 -
System Red Green Blue C M Y K H S L
Decimal 213 105 22 0 0.51 0.90 0.16 26.07 0.81 0.46
Hex D5 69 16 0 33 5A 10 1A 51 2E
Octal 325 151 26 0 63 132 20 32 121 56
Binary 11010101 1101001 10110 0 110011 1011010 10000 11010 1010001 101110

Color Harmonies of #D56916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56916

Black with #D56916

Text Example


Text Example

White with #D56916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56916; }

 p { color: rgb(213,105,22); }

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

background-color css

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

 a { background-color: rgb(213,105,22); }

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

border-color css

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

 span { border-color: rgb(213,105,22); }

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