Html Css Color HEX #D56913 Chocolate

📋 copy color: '#D56913'

red 213 ◦ green 105 ◦ blue 19

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

Shades of Chocolate #D56913

Tints of Chocolate #D56913

RGB

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

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

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

R = 63.2%
G = 31.16%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D56913 (or 0xD56913) is known color: Chocolate. HEX triplet: D5, 69 and 13. RGB value is (213,105,19). Sum of RGB (Red+Green+Blue) = 213+105+19=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 19 (7.81% from 255 or 5.64% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D56913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56913 is #2A96EC. Grayscale: #7F7F7F. Windows color (decimal): -2791149 or 1272277. OLE color: 1272277.

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

Color convert

RGB 213 105 19 -
CMYK 0 0.51 0.91 0.16
HSL 26.6º 0.84% 0.45% -
HSV(B) 26.6º 0.91% 0.84% -
XYZ 32.61 24.3 3.59 -
YUV 127.49 66.78 188.99 -
System Red Green Blue C M Y K H S L
Decimal 213 105 19 0 0.51 0.91 0.16 26.6 0.84 0.45
Hex D5 69 13 0 33 5B 10 1B 54 2D
Octal 325 151 23 0 63 133 20 33 124 55
Binary 11010101 1101001 10011 0 110011 1011011 10000 11011 1010100 101101

Color Harmonies of #D56913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56913

Black with #D56913

Text Example


Text Example

White with #D56913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56913; }

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

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

background-color css

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

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

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

border-color css

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

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

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