Html Css Color HEX #D56513 Chocolate

📋 copy color: '#D56513'

red 213 ◦ green 101 ◦ blue 19

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

Shades of Chocolate #D56513

Tints of Chocolate #D56513

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.33%

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

R = 63.96%
G = 30.33%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D56513 (or 0xD56513) is known color: Chocolate. HEX triplet: D5, 65 and 13. RGB value is (213,101,19). Sum of RGB (Red+Green+Blue) = 213+101+19=333 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.96% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 213 - color contains mainly: red. Hex color #D56513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56513 is #2A9AEC. Grayscale: #7D7D7D. Windows color (decimal): -2792173 or 1271253. OLE color: 1271253.

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

Color convert

RGB 213 101 19 -
CMYK 0 0.53 0.91 0.16
HSL 25.36º 0.84% 0.45% -
HSV(B) 25.36º 0.91% 0.84% -
XYZ 32.21 23.5 3.45 -
YUV 125.14 68.11 190.67 -
System Red Green Blue C M Y K H S L
Decimal 213 101 19 0 0.53 0.91 0.16 25.36 0.84 0.45
Hex D5 65 13 0 35 5B 10 19 54 2D
Octal 325 145 23 0 65 133 20 31 124 55
Binary 11010101 1100101 10011 0 110101 1011011 10000 11001 1010100 101101

Color Harmonies of #D56513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56513

Black with #D56513

Text Example


Text Example

White with #D56513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56513; }

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

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

background-color css

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

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

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

border-color css

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

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

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