Html Css Color HEX #DB6513 Chocolate

📋 copy color: '#DB6513'

red 219 ◦ green 101 ◦ blue 19

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

Shades of Chocolate #DB6513

Tints of Chocolate #DB6513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.6%

R = 64.6%
G = 29.79%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB6513 (or 0xDB6513) is known color: Chocolate. HEX triplet: DB, 65 and 13. RGB value is (219,101,19). Sum of RGB (Red+Green+Blue) = 219+101+19=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6513 is #249AEC. Grayscale: #7F7F7F. Windows color (decimal): -2398957 or 1271259. OLE color: 1271259.

HSL color Cylindrical-coordinate representation of color #DB6513: hue angle of 24.6º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB6513 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 101 19 -
CMYK 0 0.54 0.91 0.14
HSL 24.6º 0.84% 0.47% -
HSV(B) 24.6º 0.91% 0.86% -
XYZ 33.98 24.41 3.54 -
YUV 126.93 67.09 193.67 -
System Red Green Blue C M Y K H S L
Decimal 219 101 19 0 0.54 0.91 0.14 24.6 0.84 0.47
Hex DB 65 13 0 36 5B E 19 54 2F
Octal 333 145 23 0 66 133 16 31 124 57
Binary 11011011 1100101 10011 0 110110 1011011 1110 11001 1010100 101111

Color Harmonies of #DB6513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6513

Black with #DB6513

Text Example


Text Example

White with #DB6513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6513; }

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

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

background-color css

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

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

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

border-color css

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

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

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