Html Css Color HEX #D56115 Chocolate

📋 copy color: '#D56115'

red 213 ◦ green 97 ◦ blue 21

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

Shades of Chocolate #D56115

Tints of Chocolate #D56115

RGB

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

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

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

R = 64.35%
G = 29.31%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D56115 (or 0xD56115) is known color: Chocolate. HEX triplet: D5, 61 and 15. RGB value is (213,97,21). Sum of RGB (Red+Green+Blue) = 213+97+21=331 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.35% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 21 (8.59% from 255 or 6.34% from 331); Max value from RGB is 213 - color contains mainly: red. Hex color #D56115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56115 is #2A9EEA. Grayscale: #7B7B7B. Windows color (decimal): -2793195 or 1401301. OLE color: 1401301.

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

Color convert

RGB 213 97 21 -
CMYK 0 0.54 0.90 0.16
HSL 23.75º 0.82% 0.46% -
HSV(B) 23.75º 0.9% 0.84% -
XYZ 31.85 22.75 3.42 -
YUV 123.02 70.43 192.18 -
System Red Green Blue C M Y K H S L
Decimal 213 97 21 0 0.54 0.90 0.16 23.75 0.82 0.46
Hex D5 61 15 0 36 5A 10 18 52 2E
Octal 325 141 25 0 66 132 20 30 122 56
Binary 11010101 1100001 10101 0 110110 1011010 10000 11000 1010010 101110

Color Harmonies of #D56115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56115

Black with #D56115

Text Example


Text Example

White with #D56115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56115; }

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

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

background-color css

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

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

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

border-color css

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

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

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