Html Css Color HEX #DB6111 Chocolate

📋 copy color: '#DB6111'

red 219 ◦ green 97 ◦ blue 17

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

Shades of Chocolate #DB6111

Tints of Chocolate #DB6111

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.13%

 BLUE value IS 17 (7.03% from 255) = 5.11%

R = 65.77%
G = 29.13%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB6111 (or 0xDB6111) is known color: Chocolate. HEX triplet: DB, 61 and 11. RGB value is (219,97,17). Sum of RGB (Red+Green+Blue) = 219+97+17=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 17 (7.03% from 255 or 5.11% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6111 is #249EEE. Grayscale: #7C7C7C. Windows color (decimal): -2399983 or 1139163. OLE color: 1139163.

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

Color convert

RGB 219 97 17 -
CMYK 0 0.56 0.92 0.14
HSL 23.76º 0.86% 0.46% -
HSV(B) 23.76º 0.92% 0.86% -
XYZ 33.59 23.65 3.32 -
YUV 124.36 67.42 195.5 -
System Red Green Blue C M Y K H S L
Decimal 219 97 17 0 0.56 0.92 0.14 23.76 0.86 0.46
Hex DB 61 11 0 38 5C E 18 56 2E
Octal 333 141 21 0 70 134 16 30 126 56
Binary 11011011 1100001 10001 0 111000 1011100 1110 11000 1010110 101110

Color Harmonies of #DB6111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6111

Black with #DB6111

Text Example


Text Example

White with #DB6111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6111; }

 p { color: rgb(219,97,17); }

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

background-color css

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

 a { background-color: rgb(219,97,17); }

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

border-color css

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

 span { border-color: rgb(219,97,17); }

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