Html Css Color HEX #D56F16 Chocolate

📋 copy color: '#D56F16'

red 213 ◦ green 111 ◦ blue 22

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

Shades of Chocolate #D56F16

Tints of Chocolate #D56F16

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.08%

 BLUE value IS 22 (8.98% from 255) = 6.36%

R = 61.56%
G = 32.08%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D56F16 (or 0xD56F16) is known color: Chocolate. HEX triplet: D5, 6F and 16. RGB value is (213,111,22). Sum of RGB (Red+Green+Blue) = 213+111+22=346 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.56% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56F16 is #2A90E9. Grayscale: #838383. Windows color (decimal): -2789610 or 1470421. OLE color: 1470421.

HSL color Cylindrical-coordinate representation of color #D56F16: hue angle of 27.96º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D56F16 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 111 22 -
CMYK 0 0.48 0.90 0.16
HSL 27.96º 0.81% 0.46% -
HSV(B) 27.96º 0.9% 0.84% -
XYZ 33.27 25.57 3.94 -
YUV 131.35 66.29 186.24 -
System Red Green Blue C M Y K H S L
Decimal 213 111 22 0 0.48 0.90 0.16 27.96 0.81 0.46
Hex D5 6F 16 0 30 5A 10 1C 51 2E
Octal 325 157 26 0 60 132 20 34 121 56
Binary 11010101 1101111 10110 0 110000 1011010 10000 11100 1010001 101110

Color Harmonies of #D56F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56F16

Black with #D56F16

Text Example


Text Example

White with #D56F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56F16; }

 p { color: rgb(213,111,22); }

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

background-color css

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

 a { background-color: rgb(213,111,22); }

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

border-color css

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

 span { border-color: rgb(213,111,22); }

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