Html Css Color HEX #D56A14 Chocolate

📋 copy color: '#D56A14'

red 213 ◦ green 106 ◦ blue 20

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

Shades of Chocolate #D56A14

Tints of Chocolate #D56A14

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.27%

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

R = 62.83%
G = 31.27%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D56A14 (or 0xD56A14) is known color: Chocolate. HEX triplet: D5, 6A and 14. RGB value is (213,106,20). Sum of RGB (Red+Green+Blue) = 213+106+20=339 (44% of max value = 765). Red value is 213 (83.59% from 255 or 62.83% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 213 - color contains mainly: red. Hex color #D56A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56A14 is #2A95EB. Grayscale: #808080. Windows color (decimal): -2790892 or 1338069. OLE color: 1338069.

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

Color convert

RGB 213 106 20 -
CMYK 0 0.50 0.91 0.16
HSL 26.74º 0.83% 0.46% -
HSV(B) 26.74º 0.91% 0.84% -
XYZ 32.72 24.5 3.67 -
YUV 128.19 66.95 188.49 -
System Red Green Blue C M Y K H S L
Decimal 213 106 20 0 0.50 0.91 0.16 26.74 0.83 0.46
Hex D5 6A 14 0 32 5B 10 1B 53 2E
Octal 325 152 24 0 62 133 20 33 123 56
Binary 11010101 1101010 10100 0 110010 1011011 10000 11011 1010011 101110

Color Harmonies of #D56A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56A14

Black with #D56A14

Text Example


Text Example

White with #D56A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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