Html Css Color HEX #DA561A Chocolate

📋 copy color: '#DA561A'

red 218 ◦ green 86 ◦ blue 26

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

Shades of Chocolate #DA561A

Tints of Chocolate #DA561A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.88%

R = 66.06%
G = 26.06%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA561A (or 0xDA561A) is known color: Chocolate. HEX triplet: DA, 56 and 1A. RGB value is (218,86,26). Sum of RGB (Red+Green+Blue) = 218+86+26=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA561A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA561A is #25A9E5. Grayscale: #767676. Windows color (decimal): -2468326 or 1726170. OLE color: 1726170.

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

Color convert

RGB 218 86 26 -
CMYK 0 0.61 0.88 0.15
HSL 18.75º 0.79% 0.48% -
HSV(B) 18.75º 0.88% 0.85% -
XYZ 32.43 21.64 3.44 -
YUV 118.63 75.73 198.88 -
System Red Green Blue C M Y K H S L
Decimal 218 86 26 0 0.61 0.88 0.15 18.75 0.79 0.48
Hex DA 56 1A 0 3D 58 F 13 4F 30
Octal 332 126 32 0 75 130 17 23 117 60
Binary 11011010 1010110 11010 0 111101 1011000 1111 10011 1001111 110000

Color Harmonies of #DA561A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA561A

Black with #DA561A

Text Example


Text Example

White with #DA561A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA561A; }

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

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

background-color css

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

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

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

border-color css

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

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

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