Html Css Color HEX #DA561D Chocolate

📋 copy color: '#DA561D'

red 218 ◦ green 86 ◦ blue 29

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

Shades of Chocolate #DA561D

Tints of Chocolate #DA561D

RGB

 RED value IS 218 (85.55% from 255) = 65.47%

 GREEN value IS 86 (33.98% from 255) = 25.83%

 BLUE value IS 29 (11.72% from 255) = 8.71%

R = 65.47%
G = 25.83%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA561D (or 0xDA561D) is known color: Chocolate. HEX triplet: DA, 56 and 1D. RGB value is (218,86,29). Sum of RGB (Red+Green+Blue) = 218+86+29=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 29 (11.72% from 255 or 8.71% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA561D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA561D is #25A9E2. Grayscale: #777777. Windows color (decimal): -2468323 or 1922778. OLE color: 1922778.

HSL color Cylindrical-coordinate representation of color #DA561D: hue angle of 18.1º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA561D is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 86 29 -
CMYK 0 0.61 0.87 0.15
HSL 18.1º 0.77% 0.48% -
HSV(B) 18.1º 0.87% 0.85% -
XYZ 32.46 21.65 3.63 -
YUV 118.97 77.23 198.63 -
System Red Green Blue C M Y K H S L
Decimal 218 86 29 0 0.61 0.87 0.15 18.1 0.77 0.48
Hex DA 56 1D 0 3D 57 F 12 4D 30
Octal 332 126 35 0 75 127 17 22 115 60
Binary 11011010 1010110 11101 0 111101 1010111 1111 10010 1001101 110000

Color Harmonies of #DA561D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA561D

Black with #DA561D

Text Example


Text Example

White with #DA561D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA561D; }

 p { color: rgb(218,86,29); }

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

background-color css

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

 a { background-color: rgb(218,86,29); }

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

border-color css

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

 span { border-color: rgb(218,86,29); }

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