Html Css Color HEX #DB561F Chocolate

📋 copy color: '#DB561F'

red 219 ◦ green 86 ◦ blue 31

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

Shades of Chocolate #DB561F

Tints of Chocolate #DB561F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.23%

R = 65.18%
G = 25.6%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB561F (or 0xDB561F) is known color: Chocolate. HEX triplet: DB, 56 and 1F. RGB value is (219,86,31). Sum of RGB (Red+Green+Blue) = 219+86+31=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB561F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB561F is #24A9E0. Grayscale: #777777. Windows color (decimal): -2402785 or 2053851. OLE color: 2053851.

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

Color convert

RGB 219 86 31 -
CMYK 0 0.61 0.86 0.14
HSL 17.55º 0.75% 0.49% -
HSV(B) 17.55º 0.86% 0.86% -
XYZ 32.79 21.81 3.78 -
YUV 119.5 78.06 198.97 -
System Red Green Blue C M Y K H S L
Decimal 219 86 31 0 0.61 0.86 0.14 17.55 0.75 0.49
Hex DB 56 1F 0 3D 56 E 12 4B 31
Octal 333 126 37 0 75 126 16 22 113 61
Binary 11011011 1010110 11111 0 111101 1010110 1110 10010 1001011 110001

Color Harmonies of #DB561F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB561F

Black with #DB561F

Text Example


Text Example

White with #DB561F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB561F; }

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

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

background-color css

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

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

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

border-color css

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

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

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