Html Css Color HEX #D56021 Chocolate

📋 copy color: '#D56021'

red 213 ◦ green 96 ◦ blue 33

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

Shades of Chocolate #D56021

Tints of Chocolate #D56021

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.07%

 BLUE value IS 33 (13.28% from 255) = 9.65%

R = 62.28%
G = 28.07%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D56021 (or 0xD56021) is known color: Chocolate. HEX triplet: D5, 60 and 21. RGB value is (213,96,33). Sum of RGB (Red+Green+Blue) = 213+96+33=342 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.28% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 33 (13.28% from 255 or 9.65% from 342); Max value from RGB is 213 - color contains mainly: red. Hex color #D56021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56021 is #2A9FDE. Grayscale: #7C7C7C. Windows color (decimal): -2793439 or 2187477. OLE color: 2187477.

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

Color convert

RGB 213 96 33 -
CMYK 0 0.55 0.85 0.16
HSL 21º 0.73% 0.48% -
HSV(B) 21º 0.85% 0.84% -
XYZ 31.9 22.62 4.12 -
YUV 123.8 76.76 191.62 -
System Red Green Blue C M Y K H S L
Decimal 213 96 33 0 0.55 0.85 0.16 21 0.73 0.48
Hex D5 60 21 0 37 55 10 15 49 30
Octal 325 140 41 0 67 125 20 25 111 60
Binary 11010101 1100000 100001 0 110111 1010101 10000 10101 1001001 110000

Color Harmonies of #D56021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56021

Black with #D56021

Text Example


Text Example

White with #D56021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56021; }

 p { color: rgb(213,96,33); }

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

background-color css

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

 a { background-color: rgb(213,96,33); }

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

border-color css

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

 span { border-color: rgb(213,96,33); }

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