Html Css Color HEX #D56015 Chocolate

📋 copy color: '#D56015'

red 213 ◦ green 96 ◦ blue 21

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

Shades of Chocolate #D56015

Tints of Chocolate #D56015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.36%

R = 64.55%
G = 29.09%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D56015 (or 0xD56015) is known color: Chocolate. HEX triplet: D5, 60 and 15. RGB value is (213,96,21). Sum of RGB (Red+Green+Blue) = 213+96+21=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D56015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56015 is #2A9FEA. Grayscale: #7A7A7A. Windows color (decimal): -2793451 or 1401045. OLE color: 1401045.

HSL color Cylindrical-coordinate representation of color #D56015: hue angle of 23.44º degrees, saturation: 0.82, 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 #D56015 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 96 21 -
CMYK 0 0.55 0.90 0.16
HSL 23.44º 0.82% 0.46% -
HSV(B) 23.44º 0.9% 0.84% -
XYZ 31.76 22.57 3.39 -
YUV 122.43 70.76 192.6 -
System Red Green Blue C M Y K H S L
Decimal 213 96 21 0 0.55 0.90 0.16 23.44 0.82 0.46
Hex D5 60 15 0 37 5A 10 17 52 2E
Octal 325 140 25 0 67 132 20 27 122 56
Binary 11010101 1100000 10101 0 110111 1011010 10000 10111 1010010 101110

Color Harmonies of #D56015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56015

Black with #D56015

Text Example


Text Example

White with #D56015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56015; }

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

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

background-color css

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

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

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

border-color css

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

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

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