Html Css Color HEX #DB561B Chocolate

📋 copy color: '#DB561B'

red 219 ◦ green 86 ◦ blue 27

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

Shades of Chocolate #DB561B

Tints of Chocolate #DB561B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.13%

R = 65.96%
G = 25.9%
B = 8.13%

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

#DB561B (or 0xDB561B) is known color: Chocolate. HEX triplet: DB, 56 and 1B. RGB value is (219,86,27). Sum of RGB (Red+Green+Blue) = 219+86+27=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 27 (10.94% from 255 or 8.13% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB561B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB561B is #24A9E4. Grayscale: #777777. Windows color (decimal): -2402789 or 1791707. OLE color: 1791707.

HSL color Cylindrical-coordinate representation of color #DB561B: hue angle of 18.44º degrees, saturation: 0.78, 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 #DB561B is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 86 27 -
CMYK 0 0.61 0.88 0.14
HSL 18.44º 0.78% 0.48% -
HSV(B) 18.44º 0.88% 0.86% -
XYZ 32.74 21.79 3.52 -
YUV 119.04 76.06 199.3 -
System Red Green Blue C M Y K H S L
Decimal 219 86 27 0 0.61 0.88 0.14 18.44 0.78 0.48
Hex DB 56 1B 0 3D 58 E 12 4E 30
Octal 333 126 33 0 75 130 16 22 116 60
Binary 11011011 1010110 11011 0 111101 1011000 1110 10010 1001110 110000

Color Harmonies of #DB561B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB561B

Black with #DB561B

Text Example


Text Example

White with #DB561B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB561B; }

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

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

background-color css

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

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

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

border-color css

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

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

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