Html Css Color HEX #D56114 Chocolate

📋 copy color: '#D56114'

red 213 ◦ green 97 ◦ blue 20

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

Shades of Chocolate #D56114

Tints of Chocolate #D56114

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.39%

 BLUE value IS 20 (8.2% from 255) = 6.06%

R = 64.55%
G = 29.39%
B = 6.06%

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

#D56114 (or 0xD56114) is known color: Chocolate. HEX triplet: D5, 61 and 14. RGB value is (213,97,20). Sum of RGB (Red+Green+Blue) = 213+97+20=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D56114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56114 is #2A9EEB. Grayscale: #7B7B7B. Windows color (decimal): -2793196 or 1335765. OLE color: 1335765.

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

Color convert

RGB 213 97 20 -
CMYK 0 0.54 0.91 0.16
HSL 23.94º 0.83% 0.46% -
HSV(B) 23.94º 0.91% 0.84% -
XYZ 31.84 22.75 3.37 -
YUV 122.91 69.93 192.26 -
System Red Green Blue C M Y K H S L
Decimal 213 97 20 0 0.54 0.91 0.16 23.94 0.83 0.46
Hex D5 61 14 0 36 5B 10 18 53 2E
Octal 325 141 24 0 66 133 20 30 123 56
Binary 11010101 1100001 10100 0 110110 1011011 10000 11000 1010011 101110

Color Harmonies of #D56114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56114

Black with #D56114

Text Example


Text Example

White with #D56114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56114; }

 p { color: rgb(213,97,20); }

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

background-color css

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

 a { background-color: rgb(213,97,20); }

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

border-color css

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

 span { border-color: rgb(213,97,20); }

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