Html Css Color HEX #D56311 Chocolate

📋 copy color: '#D56311'

red 213 ◦ green 99 ◦ blue 17

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

Shades of Chocolate #D56311

Tints of Chocolate #D56311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.17%

R = 64.74%
G = 30.09%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D56311 (or 0xD56311) is known color: Chocolate. HEX triplet: D5, 63 and 11. RGB value is (213,99,17). Sum of RGB (Red+Green+Blue) = 213+99+17=329 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.74% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 17 (7.03% from 255 or 5.17% from 329); Max value from RGB is 213 - color contains mainly: red. Hex color #D56311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56311 is #2A9CEE. Grayscale: #7C7C7C. Windows color (decimal): -2792687 or 1139669. OLE color: 1139669.

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

Color convert

RGB 213 99 17 -
CMYK 0 0.54 0.92 0.16
HSL 25.1º 0.85% 0.45% -
HSV(B) 25.1º 0.92% 0.84% -
XYZ 32 23.11 3.3 -
YUV 123.74 67.77 191.67 -
System Red Green Blue C M Y K H S L
Decimal 213 99 17 0 0.54 0.92 0.16 25.1 0.85 0.45
Hex D5 63 11 0 36 5C 10 19 55 2D
Octal 325 143 21 0 66 134 20 31 125 55
Binary 11010101 1100011 10001 0 110110 1011100 10000 11001 1010101 101101

Color Harmonies of #D56311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56311

Black with #D56311

Text Example


Text Example

White with #D56311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56311; }

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

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

background-color css

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

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

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

border-color css

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

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

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