Html Css Color HEX #D56F13 Chocolate

📋 copy color: '#D56F13'

red 213 ◦ green 111 ◦ blue 19

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

Shades of Chocolate #D56F13

Tints of Chocolate #D56F13

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.36%

 BLUE value IS 19 (7.81% from 255) = 5.54%

R = 62.1%
G = 32.36%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D56F13 (or 0xD56F13) is known color: Chocolate. HEX triplet: D5, 6F and 13. RGB value is (213,111,19). Sum of RGB (Red+Green+Blue) = 213+111+19=343 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.10% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 19 (7.81% from 255 or 5.54% from 343); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56F13 is #2A90EC. Grayscale: #838383. Windows color (decimal): -2789613 or 1273813. OLE color: 1273813.

HSL color Cylindrical-coordinate representation of color #D56F13: hue angle of 28.45º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D56F13 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 111 19 -
CMYK 0 0.48 0.91 0.16
HSL 28.45º 0.84% 0.45% -
HSV(B) 28.45º 0.91% 0.84% -
XYZ 33.24 25.56 3.8 -
YUV 131.01 64.79 186.48 -
System Red Green Blue C M Y K H S L
Decimal 213 111 19 0 0.48 0.91 0.16 28.45 0.84 0.45
Hex D5 6F 13 0 30 5B 10 1C 54 2D
Octal 325 157 23 0 60 133 20 34 124 55
Binary 11010101 1101111 10011 0 110000 1011011 10000 11100 1010100 101101

Color Harmonies of #D56F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56F13

Black with #D56F13

Text Example


Text Example

White with #D56F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56F13; }

 p { color: rgb(213,111,19); }

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

background-color css

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

 a { background-color: rgb(213,111,19); }

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

border-color css

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

 span { border-color: rgb(213,111,19); }

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