Html Css Color HEX #DB6511 Chocolate

📋 copy color: '#DB6511'

red 219 ◦ green 101 ◦ blue 17

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

Shades of Chocolate #DB6511

Tints of Chocolate #DB6511

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.97%

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

R = 64.99%
G = 29.97%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB6511 (or 0xDB6511) is known color: Chocolate. HEX triplet: DB, 65 and 11. RGB value is (219,101,17). Sum of RGB (Red+Green+Blue) = 219+101+17=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6511 is #249AEE. Grayscale: #7F7F7F. Windows color (decimal): -2398959 or 1140187. OLE color: 1140187.

HSL color Cylindrical-coordinate representation of color #DB6511: hue angle of 24.95º 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 #DB6511 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 101 17 -
CMYK 0 0.54 0.92 0.14
HSL 24.95º 0.86% 0.46% -
HSV(B) 24.95º 0.92% 0.86% -
XYZ 33.97 24.41 3.45 -
YUV 126.71 66.09 193.83 -
System Red Green Blue C M Y K H S L
Decimal 219 101 17 0 0.54 0.92 0.14 24.95 0.86 0.46
Hex DB 65 11 0 36 5C E 19 56 2E
Octal 333 145 21 0 66 134 16 31 126 56
Binary 11011011 1100101 10001 0 110110 1011100 1110 11001 1010110 101110

Color Harmonies of #DB6511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6511

Black with #DB6511

Text Example


Text Example

White with #DB6511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6511; }

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

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

background-color css

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

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

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

border-color css

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

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

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