Html Css Color HEX #D56313 Chocolate

📋 copy color: '#D56313'

red 213 ◦ green 99 ◦ blue 19

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

Shades of Chocolate #D56313

Tints of Chocolate #D56313

RGB

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

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

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

R = 64.35%
G = 29.91%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D56313 (or 0xD56313) is known color: Chocolate. HEX triplet: D5, 63 and 13. RGB value is (213,99,19). Sum of RGB (Red+Green+Blue) = 213+99+19=331 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.35% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 213 - color contains mainly: red. Hex color #D56313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56313 is #2A9CEC. Grayscale: #7C7C7C. Windows color (decimal): -2792685 or 1270741. OLE color: 1270741.

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

Color convert

RGB 213 99 19 -
CMYK 0 0.54 0.91 0.16
HSL 24.74º 0.84% 0.45% -
HSV(B) 24.74º 0.91% 0.84% -
XYZ 32.02 23.12 3.39 -
YUV 123.97 68.77 191.5 -
System Red Green Blue C M Y K H S L
Decimal 213 99 19 0 0.54 0.91 0.16 24.74 0.84 0.45
Hex D5 63 13 0 36 5B 10 19 54 2D
Octal 325 143 23 0 66 133 20 31 124 55
Binary 11010101 1100011 10011 0 110110 1011011 10000 11001 1010100 101101

Color Harmonies of #D56313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56313

Black with #D56313

Text Example


Text Example

White with #D56313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56313; }

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

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

background-color css

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

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

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

border-color css

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

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

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