Html Css Color HEX #D56316 Chocolate

📋 copy color: '#D56316'

red 213 ◦ green 99 ◦ blue 22

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

Shades of Chocolate #D56316

Tints of Chocolate #D56316

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.64%

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

R = 63.77%
G = 29.64%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D56316 (or 0xD56316) is known color: Chocolate. HEX triplet: D5, 63 and 16. RGB value is (213,99,22). Sum of RGB (Red+Green+Blue) = 213+99+22=334 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.77% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 213 - color contains mainly: red. Hex color #D56316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56316 is #2A9CE9. Grayscale: #7C7C7C. Windows color (decimal): -2792682 or 1467349. OLE color: 1467349.

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

Color convert

RGB 213 99 22 -
CMYK 0 0.54 0.90 0.16
HSL 24.19º 0.81% 0.46% -
HSV(B) 24.19º 0.9% 0.84% -
XYZ 32.05 23.13 3.53 -
YUV 124.31 70.27 191.26 -
System Red Green Blue C M Y K H S L
Decimal 213 99 22 0 0.54 0.90 0.16 24.19 0.81 0.46
Hex D5 63 16 0 36 5A 10 18 51 2E
Octal 325 143 26 0 66 132 20 30 121 56
Binary 11010101 1100011 10110 0 110110 1011010 10000 11000 1010001 101110

Color Harmonies of #D56316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56316

Black with #D56316

Text Example


Text Example

White with #D56316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56316; }

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

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

background-color css

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

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

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

border-color css

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

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

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