Html Css Color HEX #D56711 Chocolate

📋 copy color: '#D56711'

red 213 ◦ green 103 ◦ blue 17

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

Shades of Chocolate #D56711

Tints of Chocolate #D56711

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.93%

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

R = 63.96%
G = 30.93%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D56711 (or 0xD56711) is known color: Chocolate. HEX triplet: D5, 67 and 11. RGB value is (213,103,17). Sum of RGB (Red+Green+Blue) = 213+103+17=333 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.96% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 17 (7.03% from 255 or 5.11% from 333); Max value from RGB is 213 - color contains mainly: red. Hex color #D56711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56711 is #2A98EE. Grayscale: #7E7E7E. Windows color (decimal): -2791663 or 1140693. OLE color: 1140693.

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

Color convert

RGB 213 103 17 -
CMYK 0 0.52 0.92 0.16
HSL 26.33º 0.85% 0.45% -
HSV(B) 26.33º 0.92% 0.84% -
XYZ 32.39 23.89 3.43 -
YUV 126.09 66.44 189.99 -
System Red Green Blue C M Y K H S L
Decimal 213 103 17 0 0.52 0.92 0.16 26.33 0.85 0.45
Hex D5 67 11 0 34 5C 10 1A 55 2D
Octal 325 147 21 0 64 134 20 32 125 55
Binary 11010101 1100111 10001 0 110100 1011100 10000 11010 1010101 101101

Color Harmonies of #D56711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56711

Black with #D56711

Text Example


Text Example

White with #D56711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56711; }

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

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

background-color css

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

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

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

border-color css

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

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

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