Html Css Color HEX #DB561A Chocolate

📋 copy color: '#DB561A'

red 219 ◦ green 86 ◦ blue 26

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

Shades of Chocolate #DB561A

Tints of Chocolate #DB561A

RGB

 RED value IS 219 (85.94% from 255) = 66.16%

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

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

R = 66.16%
G = 25.98%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB561A (or 0xDB561A) is known color: Chocolate. HEX triplet: DB, 56 and 1A. RGB value is (219,86,26). Sum of RGB (Red+Green+Blue) = 219+86+26=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB561A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB561A is #24A9E5. Grayscale: #777777. Windows color (decimal): -2402790 or 1726171. OLE color: 1726171.

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

Color convert

RGB 219 86 26 -
CMYK 0 0.61 0.88 0.14
HSL 18.65º 0.79% 0.48% -
HSV(B) 18.65º 0.88% 0.86% -
XYZ 32.73 21.79 3.46 -
YUV 118.93 75.56 199.38 -
System Red Green Blue C M Y K H S L
Decimal 219 86 26 0 0.61 0.88 0.14 18.65 0.79 0.48
Hex DB 56 1A 0 3D 58 E 13 4F 30
Octal 333 126 32 0 75 130 16 23 117 60
Binary 11011011 1010110 11010 0 111101 1011000 1110 10011 1001111 110000

Color Harmonies of #DB561A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB561A

Black with #DB561A

Text Example


Text Example

White with #DB561A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB561A; }

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

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

background-color css

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

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

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

border-color css

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

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

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