Html Css Color HEX #DB6C13 Chocolate

📋 copy color: '#DB6C13'

red 219 ◦ green 108 ◦ blue 19

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

Shades of Chocolate #DB6C13

Tints of Chocolate #DB6C13

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.21%

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

R = 63.29%
G = 31.21%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB6C13 (or 0xDB6C13) is known color: Chocolate. HEX triplet: DB, 6C and 13. RGB value is (219,108,19). Sum of RGB (Red+Green+Blue) = 219+108+19=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 19 (7.81% from 255 or 5.49% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6C13 is #2493EC. Grayscale: #838383. Windows color (decimal): -2397165 or 1273051. OLE color: 1273051.

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

Color convert

RGB 219 108 19 -
CMYK 0 0.51 0.91 0.14
HSL 26.7º 0.84% 0.47% -
HSV(B) 26.7º 0.91% 0.86% -
XYZ 34.69 25.83 3.77 -
YUV 131.04 64.77 190.74 -
System Red Green Blue C M Y K H S L
Decimal 219 108 19 0 0.51 0.91 0.14 26.7 0.84 0.47
Hex DB 6C 13 0 33 5B E 1B 54 2F
Octal 333 154 23 0 63 133 16 33 124 57
Binary 11011011 1101100 10011 0 110011 1011011 1110 11011 1010100 101111

Color Harmonies of #DB6C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6C13

Black with #DB6C13

Text Example


Text Example

White with #DB6C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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